#5F599E

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

Shades of Rich Blue #5F599E

Tints of Rich Blue #5F599E

Color information

#5F599E (or 0x5F599E) is unknown color: approx Rich Blue. HEX triplet: 5F, 59 and 9E. RGB value is (95,89,158). Sum of RGB (Red+Green+Blue) = 95+89+158=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F599E is #A0A661. Grayscale: #626262. Windows color (decimal): -10528354 or 10377567. OLE color: 10377567.

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

Color convert

RGB9589158-
CMYK0.400.4400.38
HSL245.22º27.94%48.43%-
HSV(B)245.22º43.67%61.96%-
XYZ14.4612.0533.91-
YUV98.66161.49125.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=27.78%
G=26.02%
B=46.20%

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
Decimal95891580.400.4400.38245.2227.9448.43
Hex5F599E282C026f51c30
Octal13713123650540463653460
Binary101111110110011001111010100010110001001101111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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