#595CAA

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

Shades of Rich Blue #595CAA

Tints of Rich Blue #595CAA

Color information

#595CAA (or 0x595CAA) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and AA. RGB value is (89,92,170). Sum of RGB (Red+Green+Blue) = 89+92+170=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #595CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CAA is #A6A355. Grayscale: #636363. Windows color (decimal): -10920790 or 11164761. OLE color: 11164761.

HSL color Cylindrical-coordinate representation of color #595CAA: hue angle of 237.78º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #595CAA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8992170-
CMYK0.480.4600.33
HSL237.78º32.27%50.78%-
HSV(B)237.78º47.65%66.67%-
XYZ15.212.6839.68-
YUV99.99167.51120.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=25.36%
G=26.21%
B=48.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89921700.480.4600.33237.7832.2750.78
Hex595CAA302E021ee2033
Octal13113425260560413564063
Binary1011001101110010101010110000101110010000111101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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