#5962B6

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

Shades of Rich Blue #5962B6

Tints of Rich Blue #5962B6

Color information

#5962B6 (or 0x5962B6) is unknown color: approx Rich Blue. HEX triplet: 59, 62 and B6. RGB value is (89,98,182). Sum of RGB (Red+Green+Blue) = 89+98+182=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #5962B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962B6 is #A69D49. Grayscale: #686868. Windows color (decimal): -10919242 or 11952729. OLE color: 11952729.

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

Color convert

RGB8998182-
CMYK0.510.4600.29
HSL234.19º38.91%53.14%-
HSV(B)234.19º51.1%71.37%-
XYZ16.9314.2446.11-
YUV104.88171.52116.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 182 (71.48% from 255) = 49.32%
R=24.12%
G=26.56%
B=49.32%

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
Decimal89981820.510.4600.29234.1938.9153.14
Hex5962B6332E01Dea2735
Octal13114226663560353524765
Binary101100111000101011011011001110111001110111101010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5962B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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