#5F59B9

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

Shades of Rich Blue #5F59B9

Tints of Rich Blue #5F59B9

Color information

#5F59B9 (or 0x5F59B9) is unknown color: approx Rich Blue. HEX triplet: 5F, 59 and B9. RGB value is (95,89,185). Sum of RGB (Red+Green+Blue) = 95+89+185=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F59B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59B9 is #A0A646. Grayscale: #656565. Windows color (decimal): -10528327 or 12147039. OLE color: 12147039.

HSL color Cylindrical-coordinate representation of color #5F59B9: hue angle of 243.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F59B9 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9589185-
CMYK0.490.5200.27
HSL243.75º40.68%53.73%-
HSV(B)243.75º51.89%72.55%-
XYZ17.0513.0847.53-
YUV101.74174.99123.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=25.75%
G=24.12%
B=50.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95891850.490.5200.27243.7540.6853.73
Hex5F59B9313401Bf42936
Octal13713127161640333645166
Binary101111110110011011100111000111010001101111110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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