#556EC3

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

Shades of Chetwode Blue #556EC3

Tints of Chetwode Blue #556EC3

Color information

#556EC3 (or 0x556EC3) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6E and C3. RGB value is (85,110,195). Sum of RGB (Red+Green+Blue) = 85+110+195=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #556EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EC3 is #AA913C. Grayscale: #6F6F6F. Windows color (decimal): -11178301 or 12807765. OLE color: 12807765.

HSL color Cylindrical-coordinate representation of color #556EC3: hue angle of 226.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #556EC3 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85110195-
CMYK0.560.4400.24
HSL226.36º47.83%54.9%-
HSV(B)226.36º56.41%76.47%-
XYZ19.1717.0253.91-
YUV112.21174.72108.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 195 (76.56% from 255) = 50%
R=21.79%
G=28.21%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851101950.560.4400.24226.3647.8354.9
Hex556EC3382C018e23037
Octal12515630370540303426067
Binary101010111011101100001111100010110001100011100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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