#5E559C

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

Shades of Rich Blue #5E559C

Tints of Rich Blue #5E559C

Color information

#5E559C (or 0x5E559C) is unknown color: approx Rich Blue. HEX triplet: 5E, 55 and 9C. RGB value is (94,85,156). Sum of RGB (Red+Green+Blue) = 94+85+156=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E559C is #A1AA63. Grayscale: #5F5F5F. Windows color (decimal): -10594916 or 10245470. OLE color: 10245470.

HSL color Cylindrical-coordinate representation of color #5E559C: hue angle of 247.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E559C is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9485156-
CMYK0.400.4600.39
HSL247.61º29.46%47.25%-
HSV(B)247.61º45.51%61.18%-
XYZ13.8711.2832.9-
YUV95.78161.98126.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=28.06%
G=25.37%
B=46.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94851560.400.4600.39247.6129.4647.25
Hex5E559C282E027f81d2f
Octal13612523450560473703557
Binary101111010101011001110010100010111001001111111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,85,156); }

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

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

 a { background-color: rgb(94,85,156); }

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

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

 span { border-color: rgb(94,85,156); }

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