#5959AB

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

Shades of Rich Blue #5959AB

Tints of Rich Blue #5959AB

Color information

#5959AB (or 0x5959AB) is unknown color: approx Rich Blue. HEX triplet: 59, 59 and AB. RGB value is (89,89,171). Sum of RGB (Red+Green+Blue) = 89+89+171=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5959AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5959AB is #A6A654. Grayscale: #626262. Windows color (decimal): -10921557 or 11229529. OLE color: 11229529.

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

Color convert

RGB8989171-
CMYK0.480.4800.33
HSL240º32.8%50.98%-
HSV(B)240º47.95%67.06%-
XYZ15.0412.2140.09-
YUV98.35169121.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=25.50%
G=25.50%
B=49.00%

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
Decimal89891710.480.4800.3324032.850.98
Hex5959AB3030021f02133
Octal13113125360600413604163
Binary1011001101100110101011110000110000010000111110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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