#5562BF

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

Shades of Chetwode Blue #5562BF

Tints of Chetwode Blue #5562BF

Color information

#5562BF (or 0x5562BF) is unknown color: approx Chetwode Blue. HEX triplet: 55, 62 and BF. RGB value is (85,98,191). Sum of RGB (Red+Green+Blue) = 85+98+191=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #5562BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562BF is #AA9D40. Grayscale: #686868. Windows color (decimal): -11181377 or 12542549. OLE color: 12542549.

HSL color Cylindrical-coordinate representation of color #5562BF: hue angle of 232.64º 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 #5562BF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8598191-
CMYK0.550.4900.25
HSL232.64º45.3%54.12%-
HSV(B)232.64º55.5%74.9%-
XYZ17.5214.4351.15-
YUV104.72176.69113.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 191 (75% from 255) = 51.07%
R=22.73%
G=26.20%
B=51.07%

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
Decimal85981910.550.4900.25232.6445.354.12
Hex5562BF3731019e92d36
Octal12514227767610313515566
Binary101010111000101011111111011111000101100111101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5562BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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