#5962B5

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

Shades of Rich Blue #5962B5

Tints of Rich Blue #5962B5

Color information

#5962B5 (or 0x5962B5) is unknown color: approx Rich Blue. HEX triplet: 59, 62 and B5. RGB value is (89,98,181). Sum of RGB (Red+Green+Blue) = 89+98+181=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #5962B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962B5 is #A69D4A. Grayscale: #686868. Windows color (decimal): -10919243 or 11887193. OLE color: 11887193.

HSL color Cylindrical-coordinate representation of color #5962B5: hue angle of 234.13º 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 #5962B5 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8998181-
CMYK0.510.4600.29
HSL234.13º38.33%52.94%-
HSV(B)234.13º50.83%70.98%-
XYZ16.8314.245.57-
YUV104.77171.02116.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 181 (71.09% from 255) = 49.18%
R=24.18%
G=26.63%
B=49.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89981810.510.4600.29234.1338.3352.94
Hex5962B5332E01Dea2635
Octal13114226563560353524665
Binary101100111000101011010111001110111001110111101010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5962B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5962B5; }

 p { color: rgb(89,98,181); }

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

<style>
 a { background-color: #5962B5; }

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

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

<style>
 span { border-color: #5962B5; }

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

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