#5F5EAE

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

Shades of Rich Blue #5F5EAE

Tints of Rich Blue #5F5EAE

Color information

#5F5EAE (or 0x5F5EAE) is unknown color: approx Rich Blue. HEX triplet: 5F, 5E and AE. RGB value is (95,94,174). Sum of RGB (Red+Green+Blue) = 95+94+174=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5EAE is #A0A151. Grayscale: #676767. Windows color (decimal): -10527058 or 11427423. OLE color: 11427423.

HSL color Cylindrical-coordinate representation of color #5F5EAE: hue angle of 240.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F5EAE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9594174-
CMYK0.450.4600.32
HSL240.75º33.06%52.55%-
HSV(B)240.75º45.98%68.24%-
XYZ16.3613.4941.79-
YUV103.42167.83122-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=26.17%
G=25.90%
B=47.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95941740.450.4600.32240.7533.0652.55
Hex5F5EAE2D2E020f12135
Octal13713625655560403614165
Binary1011111101111010101110101101101110010000011110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,94,174); }

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

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

 a { background-color: rgb(95,94,174); }

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

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

 span { border-color: rgb(95,94,174); }

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