#556BBB

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

Shades of Chetwode Blue #556BBB

Tints of Chetwode Blue #556BBB

Color information

#556BBB (or 0x556BBB) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and BB. RGB value is (85,107,187). Sum of RGB (Red+Green+Blue) = 85+107+187=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #556BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BBB is #AA9444. Grayscale: #6D6D6D. Windows color (decimal): -11179077 or 12282709. OLE color: 12282709.

HSL color Cylindrical-coordinate representation of color #556BBB: hue angle of 227.06º 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 #556BBB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85107187-
CMYK0.550.4300.27
HSL227.06º42.86%53.33%-
HSV(B)227.06º54.55%73.33%-
XYZ17.9716.0349.16-
YUV109.54171.71110.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=22.43%
G=28.23%
B=49.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851071870.550.4300.27227.0642.8653.33
Hex556BBB372B01Be32b35
Octal12515327367530333435365
Binary101010111010111011101111011110101101101111100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556BBB; }

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

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

<style>
 a { background-color: #556BBB; }

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

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

<style>
 span { border-color: #556BBB; }

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

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