#5F559C

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

Shades of Rich Blue #5F559C

Tints of Rich Blue #5F559C

Color information

#5F559C (or 0x5F559C) is unknown color: approx Rich Blue. HEX triplet: 5F, 55 and 9C. RGB value is (95,85,156). Sum of RGB (Red+Green+Blue) = 95+85+156=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F559C is #A0AA63. Grayscale: #5F5F5F. Windows color (decimal): -10529380 or 10245471. OLE color: 10245471.

HSL color Cylindrical-coordinate representation of color #5F559C: hue angle of 248.45º 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 #5F559C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9585156-
CMYK0.390.4600.39
HSL248.45º29.46%47.25%-
HSV(B)248.45º45.51%61.18%-
XYZ13.9711.3332.9-
YUV96.08161.81127.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=28.27%
G=25.30%
B=46.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95851560.390.4600.39248.4529.4647.25
Hex5F559C272E027f81d2f
Octal13712523447560473703557
Binary101111110101011001110010011110111001001111111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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