#595CAE

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

Shades of Rich Blue #595CAE

Tints of Rich Blue #595CAE

Color information

#595CAE (or 0x595CAE) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and AE. RGB value is (89,92,174). Sum of RGB (Red+Green+Blue) = 89+92+174=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #595CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CAE is #A6A351. Grayscale: #646464. Windows color (decimal): -10920786 or 11426905. OLE color: 11426905.

HSL color Cylindrical-coordinate representation of color #595CAE: hue angle of 237.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595CAE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8992174-
CMYK0.490.4700.32
HSL237.88º34.41%51.57%-
HSV(B)237.88º48.85%68.24%-
XYZ15.5912.8341.7-
YUV100.45169.51119.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=25.07%
G=25.92%
B=49.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89921740.490.4700.32237.8834.4151.57
Hex595CAE312F020ee2234
Octal13113425661570403564264
Binary1011001101110010101110110001101111010000011101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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