#5953AA

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

Shades of Rich Blue #5953AA

Tints of Rich Blue #5953AA

Color information

#5953AA (or 0x5953AA) is unknown color: approx Rich Blue. HEX triplet: 59, 53 and AA. RGB value is (89,83,170). Sum of RGB (Red+Green+Blue) = 89+83+170=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #5953AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5953AA is #A6AC55. Grayscale: #5E5E5E. Windows color (decimal): -10923094 or 11162457. OLE color: 11162457.

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

Color convert

RGB8983170-
CMYK0.480.5100.33
HSL244.14º34.39%49.61%-
HSV(B)244.14º51.18%66.67%-
XYZ14.4711.2139.43-
YUV94.71170.49123.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=26.02%
G=24.27%
B=49.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89831700.480.5100.33244.1434.3949.61
Hex5953AA3033021f42232
Octal13112325260630413644262
Binary1011001101001110101010110000110011010000111110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5953AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5953AA; }

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

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

<style>
 a { background-color: #5953AA; }

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

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

<style>
 span { border-color: #5953AA; }

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

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