#5959AA

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

Shades of Rich Blue #5959AA

Tints of Rich Blue #5959AA

Color information

#5959AA (or 0x5959AA) is unknown color: approx Rich Blue. HEX triplet: 59, 59 and AA. RGB value is (89,89,170). Sum of RGB (Red+Green+Blue) = 89+89+170=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #5959AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5959AA is #A6A655. Grayscale: #616161. Windows color (decimal): -10921558 or 11163993. OLE color: 11163993.

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

Color convert

RGB8989170-
CMYK0.480.4800.33
HSL240º32.27%50.78%-
HSV(B)240º47.65%66.67%-
XYZ14.9512.1739.59-
YUV98.23168.5121.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=25.57%
G=25.57%
B=48.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89891700.480.4800.3324032.2750.78
Hex5959AA3030021f02033
Octal13113125260600413604063
Binary1011001101100110101010110000110000010000111110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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