#595CA6

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

Shades of Rich Blue #595CA6

Tints of Rich Blue #595CA6

Color information

#595CA6 (or 0x595CA6) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and A6. RGB value is (89,92,166). Sum of RGB (Red+Green+Blue) = 89+92+166=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #595CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CA6 is #A6A359. Grayscale: #636363. Windows color (decimal): -10920794 or 10902617. OLE color: 10902617.

HSL color Cylindrical-coordinate representation of color #595CA6: hue angle of 237.66º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595CA6 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8992166-
CMYK0.460.4500.35
HSL237.66º30.2%50%-
HSV(B)237.66º46.39%65.1%-
XYZ14.8312.5337.71-
YUV99.54165.51120.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 166 (65.23% from 255) = 47.84%
R=25.65%
G=26.51%
B=47.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89921660.460.4500.35237.6630.250
Hex595CA62E2D023ee1e32
Octal13113424656550433563662
Binary101100110111001010011010111010110101000111110111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,92,166); }

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

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

 a { background-color: rgb(89,92,166); }

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

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

 span { border-color: rgb(89,92,166); }

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