#5F5EAB

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

Shades of Rich Blue #5F5EAB

Tints of Rich Blue #5F5EAB

Color information

#5F5EAB (or 0x5F5EAB) is unknown color: approx Rich Blue. HEX triplet: 5F, 5E and AB. RGB value is (95,94,171). Sum of RGB (Red+Green+Blue) = 95+94+171=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5EAB is #A0A154. Grayscale: #666666. Windows color (decimal): -10527061 or 11230815. OLE color: 11230815.

HSL color Cylindrical-coordinate representation of color #5F5EAB: hue angle of 240.78º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F5EAB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9594171-
CMYK0.440.4500.33
HSL240.78º31.43%51.96%-
HSV(B)240.78º45.03%67.06%-
XYZ16.0713.3840.26-
YUV103.08166.33122.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=26.39%
G=26.11%
B=47.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95941710.440.4500.33240.7831.4351.96
Hex5F5EAB2C2D021f11f34
Octal13713625354550413613764
Binary101111110111101010101110110010110101000011111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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