#595ABD

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

Shades of Rich Blue #595ABD

Tints of Rich Blue #595ABD

Color information

#595ABD (or 0x595ABD) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and BD. RGB value is (89,90,189). Sum of RGB (Red+Green+Blue) = 89+90+189=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #595ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ABD is #A6A542. Grayscale: #646464. Windows color (decimal): -10921283 or 12409433. OLE color: 12409433.

HSL color Cylindrical-coordinate representation of color #595ABD: hue angle of 239.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595ABD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8990189-
CMYK0.530.5200.26
HSL239.4º43.1%54.51%-
HSV(B)239.4º52.91%74.12%-
XYZ16.9613.1149.78-
YUV100.99177.67119.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=24.18%
G=24.46%
B=51.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89901890.530.5200.26239.443.154.51
Hex595ABD353401Aef2b37
Octal13113227565640323575367
Binary101100110110101011110111010111010001101011101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,90,189); }

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

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

 a { background-color: rgb(89,90,189); }

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

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

 span { border-color: rgb(89,90,189); }

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