#5571BB

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

Shades of Chetwode Blue #5571BB

Tints of Chetwode Blue #5571BB

Color information

#5571BB (or 0x5571BB) is unknown color: approx Chetwode Blue. HEX triplet: 55, 71 and BB. RGB value is (85,113,187). Sum of RGB (Red+Green+Blue) = 85+113+187=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #5571BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5571BB is #AA8E44. Grayscale: #707070. Windows color (decimal): -11177541 or 12284245. OLE color: 12284245.

HSL color Cylindrical-coordinate representation of color #5571BB: hue angle of 223.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5571BB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85113187-
CMYK0.550.4000.27
HSL223.53º42.86%53.33%-
HSV(B)223.53º54.55%73.33%-
XYZ18.6217.3349.38-
YUV113.06169.72107.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=22.08%
G=29.35%
B=48.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851131870.550.4000.27223.5342.8653.33
Hex5571BB372801Be02b35
Octal12516127367500333405365
Binary101010111100011011101111011110100001101111100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5571BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5571BB; }

 p { color: rgb(85,113,187); }

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

<style>
 a { background-color: #5571BB; }

 a { background-color: rgb(85,113,187); }

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

<style>
 span { border-color: #5571BB; }

 span { border-color: rgb(85,113,187); }

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