#5F589B

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

Shades of Rich Blue #5F589B

Tints of Rich Blue #5F589B

Color information

#5F589B (or 0x5F589B) is unknown color: approx Rich Blue. HEX triplet: 5F, 58 and 9B. RGB value is (95,88,155). Sum of RGB (Red+Green+Blue) = 95+88+155=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F589B is #A0A764. Grayscale: #616161. Windows color (decimal): -10528613 or 10180703. OLE color: 10180703.

HSL color Cylindrical-coordinate representation of color #5F589B: hue angle of 246.27º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F589B is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9588155-
CMYK0.390.4300.39
HSL246.27º27.57%47.65%-
HSV(B)246.27º43.23%60.78%-
XYZ14.1311.7832.54-
YUV97.73160.32126.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.11%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=28.11%
G=26.04%
B=45.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95881550.390.4300.39246.2727.5747.65
Hex5F589B272B027f61c30
Octal13713023347530473663460
Binary101111110110001001101110011110101101001111111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,155); }

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

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

 a { background-color: rgb(95,88,155); }

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

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

 span { border-color: rgb(95,88,155); }

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