#5959B4

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

Shades of Rich Blue #5959B4

Tints of Rich Blue #5959B4

Color information

#5959B4 (or 0x5959B4) is unknown color: approx Rich Blue. HEX triplet: 59, 59 and B4. RGB value is (89,89,180). Sum of RGB (Red+Green+Blue) = 89+89+180=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #5959B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959B4 is #A6A64B. Grayscale: #636363. Windows color (decimal): -10921548 or 11819353. OLE color: 11819353.

HSL color Cylindrical-coordinate representation of color #5959B4: hue angle of 240º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5959B4 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8989180-
CMYK0.510.5100.29
HSL240º37.76%52.75%-
HSV(B)240º50.56%70.59%-
XYZ15.9312.5644.77-
YUV99.37173.5120.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=24.86%
G=24.86%
B=50.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89891800.510.5100.2924037.7652.75
Hex5959B4333301Df02635
Octal13113126463630353604665
Binary101100110110011011010011001111001101110111110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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