#595FB4

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

Shades of Rich Blue #595FB4

Tints of Rich Blue #595FB4

Color information

#595FB4 (or 0x595FB4) is unknown color: approx Rich Blue. HEX triplet: 59, 5F and B4. RGB value is (89,95,180). Sum of RGB (Red+Green+Blue) = 89+95+180=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #595FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FB4 is #A6A04B. Grayscale: #666666. Windows color (decimal): -10920012 or 11820889. OLE color: 11820889.

HSL color Cylindrical-coordinate representation of color #595FB4: hue angle of 236.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595FB4 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8995180-
CMYK0.510.4700.29
HSL236.04º37.76%52.75%-
HSV(B)236.04º50.56%70.59%-
XYZ16.4513.644.94-
YUV102.9171.51118.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 180 (70.70% from 255) = 49.45%
R=24.45%
G=26.10%
B=49.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89951800.510.4700.29236.0437.7652.75
Hex595FB4332F01Dec2635
Octal13113726463570353544665
Binary101100110111111011010011001110111101110111101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595FB4; }

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

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

<style>
 a { background-color: #595FB4; }

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

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

<style>
 span { border-color: #595FB4; }

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

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