#556AAE

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

Shades of Chetwode Blue #556AAE

Tints of Chetwode Blue #556AAE

Color information

#556AAE (or 0x556AAE) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6A and AE. RGB value is (85,106,174). Sum of RGB (Red+Green+Blue) = 85+106+174=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #556AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556AAE is #AA9551. Grayscale: #6B6B6B. Windows color (decimal): -11179346 or 11430485. OLE color: 11430485.

HSL color Cylindrical-coordinate representation of color #556AAE: hue angle of 225.84º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556AAE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85106174-
CMYK0.510.3900.32
HSL225.84º35.46%50.78%-
HSV(B)225.84º51.15%68.24%-
XYZ16.5415.342.12-
YUV107.47165.54111.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=23.29%
G=29.04%
B=47.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851061740.510.3900.32225.8435.4650.78
Hex556AAE3327020e22333
Octal12515225663470403424363
Binary1010101110101010101110110011100111010000011100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,174); }

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

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

 a { background-color: rgb(85,106,174); }

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

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

 span { border-color: rgb(85,106,174); }

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