#5566B0

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

Shades of Chetwode Blue #5566B0

Tints of Chetwode Blue #5566B0

Color information

#5566B0 (or 0x5566B0) is unknown color: approx Chetwode Blue. HEX triplet: 55, 66 and B0. RGB value is (85,102,176). Sum of RGB (Red+Green+Blue) = 85+102+176=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #5566B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5566B0 is #AA994F. Grayscale: #696969. Windows color (decimal): -11180368 or 11560533. OLE color: 11560533.

HSL color Cylindrical-coordinate representation of color #5566B0: hue angle of 228.79º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5566B0 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85102176-
CMYK0.520.4200.31
HSL228.79º36.55%51.18%-
HSV(B)228.79º51.7%69.02%-
XYZ16.3314.5743.03-
YUV105.35167.87113.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=23.42%
G=28.10%
B=48.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851021760.520.4200.31228.7936.5551.18
Hex5566B0342A01Fe52533
Octal12514626064520373454563
Binary101010111001101011000011010010101001111111100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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