#595DB3

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

Shades of Rich Blue #595DB3

Tints of Rich Blue #595DB3

Color information

#595DB3 (or 0x595DB3) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and B3. RGB value is (89,93,179). Sum of RGB (Red+Green+Blue) = 89+93+179=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #595DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DB3 is #A6A24C. Grayscale: #656565. Windows color (decimal): -10920525 or 11754841. OLE color: 11754841.

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

Color convert

RGB8993179-
CMYK0.500.4800.30
HSL237.33º37.19%52.55%-
HSV(B)237.33º50.28%70.2%-
XYZ16.1713.2144.34-
YUV101.61171.67119.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=24.65%
G=25.76%
B=49.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89931790.500.4800.30237.3337.1952.55
Hex595DB3323001Eed2535
Octal13113526362600363554565
Binary101100110111011011001111001011000001111011101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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