#5F549C

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

Shades of Rich Blue #5F549C

Tints of Rich Blue #5F549C

Color information

#5F549C (or 0x5F549C) is unknown color: approx Rich Blue. HEX triplet: 5F, 54 and 9C. RGB value is (95,84,156). Sum of RGB (Red+Green+Blue) = 95+84+156=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 84 (33.20% from 255 or 25.07% 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 #5F549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F549C is #A0AB63. Grayscale: #5F5F5F. Windows color (decimal): -10529636 or 10245215. OLE color: 10245215.

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

Color convert

RGB9584156-
CMYK0.390.4600.39
HSL249.17º30%47.06%-
HSV(B)249.17º46.15%61.18%-
XYZ13.8911.1732.88-
YUV95.5162.14127.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=28.36%
G=25.07%
B=46.57%

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
Decimal95841560.390.4600.39249.173047.06
Hex5F549C272E027f91e2f
Octal13712423447560473713657
Binary101111110101001001110010011110111001001111111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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