#556EB2

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

Shades of Chetwode Blue #556EB2

Tints of Chetwode Blue #556EB2

Color information

#556EB2 (or 0x556EB2) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6E and B2. RGB value is (85,110,178). Sum of RGB (Red+Green+Blue) = 85+110+178=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #556EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556EB2 is #AA914D. Grayscale: #6D6D6D. Windows color (decimal): -11178318 or 11693653. OLE color: 11693653.

HSL color Cylindrical-coordinate representation of color #556EB2: hue angle of 223.87º 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 #556EB2 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB85110178-
CMYK0.520.3800.30
HSL223.87º37.65%51.57%-
HSV(B)223.87º52.25%69.8%-
XYZ17.3616.344.35-
YUV110.28166.22109.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=22.79%
G=29.49%
B=47.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851101780.520.3800.30223.8737.6551.57
Hex556EB2342601Ee02634
Octal12515626264460363404664
Binary101010111011101011001011010010011001111011100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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