#5F549E

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

Shades of Rich Blue #5F549E

Tints of Rich Blue #5F549E

Color information

#5F549E (or 0x5F549E) is unknown color: approx Rich Blue. HEX triplet: 5F, 54 and 9E. RGB value is (95,84,158). Sum of RGB (Red+Green+Blue) = 95+84+158=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F549E is #A0AB61. Grayscale: #5F5F5F. Windows color (decimal): -10529634 or 10376287. OLE color: 10376287.

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

Color convert

RGB9584158-
CMYK0.400.4700.38
HSL248.92º30.58%47.45%-
HSV(B)248.92º46.84%61.96%-
XYZ14.0611.2433.78-
YUV95.72163.14127.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=28.19%
G=24.93%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95841580.400.4700.38248.9230.5847.45
Hex5F549E282F026f91f2f
Octal13712423650570463713757
Binary101111110101001001111010100010111101001101111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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