#556DC0

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

Shades of Chetwode Blue #556DC0

Tints of Chetwode Blue #556DC0

Color information

#556DC0 (or 0x556DC0) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6D and C0. RGB value is (85,109,192). Sum of RGB (Red+Green+Blue) = 85+109+192=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #556DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DC0 is #AA923F. Grayscale: #6E6E6E. Windows color (decimal): -11178560 or 12610901. OLE color: 12610901.

HSL color Cylindrical-coordinate representation of color #556DC0: hue angle of 226.54º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #556DC0 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85109192-
CMYK0.560.4300.25
HSL226.54º45.92%54.31%-
HSV(B)226.54º55.73%75.29%-
XYZ18.7316.6752.1-
YUV111.29173.55109.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 192 (75.39% from 255) = 49.74%
R=22.02%
G=28.24%
B=49.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851091920.560.4300.25226.5445.9254.31
Hex556DC0382B019e32e36
Octal12515530070530313435666
Binary101010111011011100000011100010101101100111100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,192); }

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

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

 a { background-color: rgb(85,109,192); }

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

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

 span { border-color: rgb(85,109,192); }

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