#504CAF

Color #504CAF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #504CAF

Tints of Rich Blue #504CAF

Color information

#504CAF (or 0x504CAF) is unknown color: approx Rich Blue. HEX triplet: 50, 4C and AF. RGB value is (80,76,175). Sum of RGB (Red+Green+Blue) = 80+76+175=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #504CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504CAF is #AFB350. Grayscale: #585858. Windows color (decimal): -11514705 or 11488336. OLE color: 11488336.

HSL color Cylindrical-coordinate representation of color #504CAF: hue angle of 242.42º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504CAF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8076175-
CMYK0.540.5700.31
HSL242.42º39.44%49.22%-
HSV(B)242.42º56.57%68.63%-
XYZ13.639.9741.76-
YUV88.48176.83121.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=24.17%
G=22.96%
B=52.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80761750.540.5700.31242.4239.4449.22
Hex504CAF363901Ff22731
Octal12011425766710373624761
Binary101000010011001010111111011011100101111111110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504CAF; }

 p { color: rgb(80,76,175); }

 H1.HeaderClassName
 {
   color: #504CAF;
 }
 .AnyTagClassName
 {
   color: #504CAF;
 }
</style>
background-color css

<style>
 a { background-color: #504CAF; }

 a { background-color: rgb(80,76,175); }

 div.DivClassName
 {
   background-color: #504CAF;
 }
 .BgClassName
 {
   background-color: #504CAF;
 }
</style>
border-color css

<style>
 span { border-color: #504CAF; }

 span { border-color: rgb(80,76,175); }

 td.TdClassName
 {
   border-color: #504CAF;
 }
 .TagClassName
 {
   border-color: #504CAF;
 }
</style>