#5962AB

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

Shades of Rich Blue #5962AB

Tints of Rich Blue #5962AB

Color information

#5962AB (or 0x5962AB) is unknown color: approx Rich Blue. HEX triplet: 59, 62 and AB. RGB value is (89,98,171). Sum of RGB (Red+Green+Blue) = 89+98+171=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5962AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5962AB is #A69D54. Grayscale: #676767. Windows color (decimal): -10919253 or 11231833. OLE color: 11231833.

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

Color convert

RGB8998171-
CMYK0.480.4300.33
HSL233.41º32.8%50.98%-
HSV(B)233.41º47.95%67.06%-
XYZ15.8413.840.36-
YUV103.63166.02117.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=24.86%
G=27.37%
B=47.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89981710.480.4300.33233.4132.850.98
Hex5962AB302B021e92133
Octal13114225360530413514163
Binary1011001110001010101011110000101011010000111101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5962AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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