#556ABC

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

Shades of Chetwode Blue #556ABC

Tints of Chetwode Blue #556ABC

Color information

#556ABC (or 0x556ABC) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6A and BC. RGB value is (85,106,188). Sum of RGB (Red+Green+Blue) = 85+106+188=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #556ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ABC is #AA9543. Grayscale: #6C6C6C. Windows color (decimal): -11179332 or 12347989. OLE color: 12347989.

HSL color Cylindrical-coordinate representation of color #556ABC: hue angle of 227.77º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556ABC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85106188-
CMYK0.550.4400.26
HSL227.77º43.46%53.53%-
HSV(B)227.77º54.79%73.73%-
XYZ17.9815.8749.69-
YUV109.07172.54110.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=22.43%
G=27.97%
B=49.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851061880.550.4400.26227.7743.4653.53
Hex556ABC372C01Ae42b36
Octal12515227467540323445366
Binary101010111010101011110011011110110001101011100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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