#5F599F

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

Shades of Rich Blue #5F599F

Tints of Rich Blue #5F599F

Color information

#5F599F (or 0x5F599F) is unknown color: approx Rich Blue. HEX triplet: 5F, 59 and 9F. RGB value is (95,89,159). Sum of RGB (Red+Green+Blue) = 95+89+159=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F599F is #A0A660. Grayscale: #626262. Windows color (decimal): -10528353 or 10443103. OLE color: 10443103.

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

Color convert

RGB9589159-
CMYK0.400.4400.38
HSL245.14º28.23%48.63%-
HSV(B)245.14º44.03%62.35%-
XYZ14.5512.0834.37-
YUV98.77161.99125.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=27.70%
G=25.95%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95891590.400.4400.38245.1428.2348.63
Hex5F599F282C026f51c31
Octal13713123750540463653461
Binary101111110110011001111110100010110001001101111010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,159); }

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

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

 a { background-color: rgb(95,89,159); }

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

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

 span { border-color: rgb(95,89,159); }

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