#5662bf

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

Shades of Chetwode Blue #5662BF

Tints of Chetwode Blue #5662BF

Color information

#5662BF (or 0x5662BF) is unknown color: approx Chetwode Blue. HEX triplet: 56, 62 and BF. RGB value is (86,98,191). Sum of RGB (Red+Green+Blue) = 86+98+191=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #5662BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662BF is #A99D40. Grayscale: #686868. Windows color (decimal): -11115841 or 12542550. OLE color: 12542550.

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

Color convert

RGB8698191-
CMYK0.550.4900.25
HSL233.14º45.06%54.31%-
HSV(B)233.14º54.97%74.9%-
XYZ17.6114.4851.16-
YUV105.01176.52114.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 191 (75% from 255) = 50.93%
R=22.93%
G=26.13%
B=50.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86981910.550.4900.25233.1445.0654.31
Hex5662BF3731019e92d36
Octal12614227767610313515566
Binary101011011000101011111111011111000101100111101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5662bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5662bf; }

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

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

<style>
 a { background-color: #5662bf; }

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

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

<style>
 span { border-color: #5662bf; }

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

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