#556AC1

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

Shades of Chetwode Blue #556AC1

Tints of Chetwode Blue #556AC1

Color information

#556AC1 (or 0x556AC1) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6A and C1. RGB value is (85,106,193). Sum of RGB (Red+Green+Blue) = 85+106+193=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #556AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556AC1 is #AA953E. Grayscale: #6D6D6D. Windows color (decimal): -11179327 or 12675669. OLE color: 12675669.

HSL color Cylindrical-coordinate representation of color #556AC1: hue angle of 228.33º degrees, saturation: 0.47, 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 #556AC1 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85106193-
CMYK0.560.4500.24
HSL228.33º46.55%54.51%-
HSV(B)228.33º55.96%75.69%-
XYZ18.5316.0952.58-
YUV109.64175.04110.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=22.14%
G=27.60%
B=50.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851061930.560.4500.24228.3346.5554.51
Hex556AC1382D018e42f37
Octal12515230170550303445767
Binary101010111010101100000111100010110101100011100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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