#5E609D

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

Shades of Rich Blue #5E609D

Tints of Rich Blue #5E609D

Color information

#5E609D (or 0x5E609D) is unknown color: approx Rich Blue. HEX triplet: 5E, 60 and 9D. RGB value is (94,96,157). Sum of RGB (Red+Green+Blue) = 94+96+157=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E609D is #A19F62. Grayscale: #666666. Windows color (decimal): -10592099 or 10313822. OLE color: 10313822.

HSL color Cylindrical-coordinate representation of color #5E609D: hue angle of 238.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E609D is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9496157-
CMYK0.400.3900.38
HSL238.1º25.1%49.22%-
HSV(B)238.1º40.13%61.57%-
XYZ14.8813.1833.66-
YUV102.36158.84122.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=27.09%
G=27.67%
B=45.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94961570.400.3900.38238.125.149.22
Hex5E609D2827026ee1931
Octal13614023550470463563161
Binary101111011000001001110110100010011101001101110111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,157); }

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

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

 a { background-color: rgb(94,96,157); }

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

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

 span { border-color: rgb(94,96,157); }

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