#595FB9

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

Shades of Rich Blue #595FB9

Tints of Rich Blue #595FB9

Color information

#595FB9 (or 0x595FB9) is unknown color: approx Rich Blue. HEX triplet: 59, 5F and B9. RGB value is (89,95,185). Sum of RGB (Red+Green+Blue) = 89+95+185=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 95 (37.5% from 255 or 25.75% 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 #595FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FB9 is #A6A046. Grayscale: #676767. Windows color (decimal): -10920007 or 12148569. OLE color: 12148569.

HSL color Cylindrical-coordinate representation of color #595FB9: hue angle of 236.25º 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 #595FB9 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8995185-
CMYK0.520.4900.27
HSL236.25º40.68%53.73%-
HSV(B)236.25º51.89%72.55%-
XYZ16.9713.8147.67-
YUV103.47174.01117.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89951850.520.4900.27236.2540.6853.73
Hex595FB9343101Bec2936
Octal13113727164610333545166
Binary101100110111111011100111010011000101101111101100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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