#5566BC

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

Shades of Chetwode Blue #5566BC

Tints of Chetwode Blue #5566BC

Color information

#5566BC (or 0x5566BC) is unknown color: approx Chetwode Blue. HEX triplet: 55, 66 and BC. RGB value is (85,102,188). Sum of RGB (Red+Green+Blue) = 85+102+188=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #5566BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566BC is #AA9943. Grayscale: #6A6A6A. Windows color (decimal): -11180356 or 12346965. OLE color: 12346965.

HSL color Cylindrical-coordinate representation of color #5566BC: hue angle of 230.1º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5566BC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85102188-
CMYK0.550.4600.26
HSL230.1º43.46%53.53%-
HSV(B)230.1º54.79%73.73%-
XYZ17.5715.0649.56-
YUV106.72173.87112.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=22.67%
G=27.2%
B=50.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851021880.550.4600.26230.143.4653.53
Hex5566BC372E01Ae62b36
Octal12514627467560323465366
Binary101010111001101011110011011110111001101011100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5566BC; }

 p { color: rgb(85,102,188); }

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

<style>
 a { background-color: #5566BC; }

 a { background-color: rgb(85,102,188); }

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

<style>
 span { border-color: #5566BC; }

 span { border-color: rgb(85,102,188); }

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