#595db2

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

Shades of Rich Blue #595DB2

Tints of Rich Blue #595DB2

Color information

#595DB2 (or 0x595DB2) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and B2. RGB value is (89,93,178). Sum of RGB (Red+Green+Blue) = 89+93+178=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #595DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DB2 is #A6A24D. Grayscale: #656565. Windows color (decimal): -10920526 or 11689305. OLE color: 11689305.

HSL color Cylindrical-coordinate representation of color #595DB2: hue angle of 237.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595DB2 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8993178-
CMYK0.50.4800.30
HSL237.3º36.63%52.35%-
HSV(B)237.3º50%69.8%-
XYZ16.0713.1743.81-
YUV101.49171.17119.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 178 (69.92% from 255) = 49.44%
R=24.72%
G=25.83%
B=49.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89931780.50.4800.30237.336.6352.35
Hex595DB2323001Eed2534
Octal13113526262600363554564
Binary101100110111011011001011001011000001111011101101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,178); }

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

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

 a { background-color: rgb(89,93,178); }

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

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

 span { border-color: rgb(89,93,178); }

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