#595EAA

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

Shades of Rich Blue #595EAA

Tints of Rich Blue #595EAA

Color information

#595EAA (or 0x595EAA) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and AA. RGB value is (89,94,170). Sum of RGB (Red+Green+Blue) = 89+94+170=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #595EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EAA is #A6A155. Grayscale: #646464. Windows color (decimal): -10920278 or 11165273. OLE color: 11165273.

HSL color Cylindrical-coordinate representation of color #595EAA: hue angle of 236.3º 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 #595EAA is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8994170-
CMYK0.480.4500.33
HSL236.3º32.27%50.78%-
HSV(B)236.3º47.65%66.67%-
XYZ15.3813.0339.74-
YUV101.17166.84119.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=25.21%
G=26.63%
B=48.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89941700.480.4500.33236.332.2750.78
Hex595EAA302D021ec2033
Octal13113625260550413544063
Binary1011001101111010101010110000101101010000111101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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