#5962BF

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

Shades of Chetwode Blue #5962BF

Tints of Chetwode Blue #5962BF

Color information

#5962BF (or 0x5962BF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 62 and BF. RGB value is (89,98,191). Sum of RGB (Red+Green+Blue) = 89+98+191=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #5962BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962BF is #A69D40. Grayscale: #696969. Windows color (decimal): -10919233 or 12542553. OLE color: 12542553.

HSL color Cylindrical-coordinate representation of color #5962BF: hue angle of 234.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5962BF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8998191-
CMYK0.530.4900.25
HSL234.71º44.35%54.9%-
HSV(B)234.71º53.4%74.9%-
XYZ17.8914.6251.17-
YUV105.91176.02115.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 191 (75% from 255) = 50.53%
R=23.54%
G=25.93%
B=50.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89981910.530.4900.25234.7144.3554.9
Hex5962BF3531019eb2c37
Octal13114227765610313535467
Binary101100111000101011111111010111000101100111101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5962BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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