#556BB2

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

Shades of Chetwode Blue #556BB2

Tints of Chetwode Blue #556BB2

Color information

#556BB2 (or 0x556BB2) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and B2. RGB value is (85,107,178). Sum of RGB (Red+Green+Blue) = 85+107+178=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #556BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BB2 is #AA944D. Grayscale: #6C6C6C. Windows color (decimal): -11179086 or 11692885. OLE color: 11692885.

HSL color Cylindrical-coordinate representation of color #556BB2: hue angle of 225.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #556BB2 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB85107178-
CMYK0.520.4000.30
HSL225.81º37.65%51.57%-
HSV(B)225.81º52.25%69.8%-
XYZ17.0415.6644.24-
YUV108.52167.21111.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 178 (69.92% from 255) = 48.11%
R=22.97%
G=28.92%
B=48.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851071780.520.4000.30225.8137.6551.57
Hex556BB2342801Ee22634
Octal12515326264500363424664
Binary101010111010111011001011010010100001111011100010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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