#5C4EAF

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

Shades of Rich Blue #5C4EAF

Tints of Rich Blue #5C4EAF

Color information

#5C4EAF (or 0x5C4EAF) is unknown color: approx Rich Blue. HEX triplet: 5C, 4E and AF. RGB value is (92,78,175). Sum of RGB (Red+Green+Blue) = 92+78+175=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4EAF is #A3B150. Grayscale: #5C5C5C. Windows color (decimal): -10727761 or 11488860. OLE color: 11488860.

HSL color Cylindrical-coordinate representation of color #5C4EAF: hue angle of 248.66º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C4EAF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9278175-
CMYK0.470.5500.31
HSL248.66º38.34%49.61%-
HSV(B)248.66º55.43%68.63%-
XYZ14.8810.8241.86-
YUV93.24174.14127.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=26.67%
G=22.61%
B=50.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92781750.470.5500.31248.6638.3449.61
Hex5C4EAF2F3701Ff92632
Octal13411625757670373714662
Binary101110010011101010111110111111011101111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4EAF; }

 p { color: rgb(92,78,175); }

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

<style>
 a { background-color: #5C4EAF; }

 a { background-color: rgb(92,78,175); }

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

<style>
 span { border-color: #5C4EAF; }

 span { border-color: rgb(92,78,175); }

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