#595DAA

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

Shades of Rich Blue #595DAA

Tints of Rich Blue #595DAA

Color information

#595DAA (or 0x595DAA) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and AA. RGB value is (89,93,170). Sum of RGB (Red+Green+Blue) = 89+93+170=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #595DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DAA is #A6A255. Grayscale: #646464. Windows color (decimal): -10920534 or 11165017. OLE color: 11165017.

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

Color convert

RGB8993170-
CMYK0.480.4500.33
HSL237.04º32.27%50.78%-
HSV(B)237.04º47.65%66.67%-
XYZ15.2912.8539.71-
YUV100.58167.17119.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=25.28%
G=26.42%
B=48.30%

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
Decimal89931700.480.4500.33237.0432.2750.78
Hex595DAA302D021ed2033
Octal13113525260550413554063
Binary1011001101110110101010110000101101010000111101101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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