#556AC4

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

Shades of Chetwode Blue #556AC4

Tints of Chetwode Blue #556AC4

Color information

#556AC4 (or 0x556AC4) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6A and C4. RGB value is (85,106,196). Sum of RGB (Red+Green+Blue) = 85+106+196=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #556AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556AC4 is #AA953B. Grayscale: #6D6D6D. Windows color (decimal): -11179324 or 12872277. OLE color: 12872277.

HSL color Cylindrical-coordinate representation of color #556AC4: hue angle of 228.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556AC4 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85106196-
CMYK0.570.4600.23
HSL228.65º48.47%55.1%-
HSV(B)228.65º56.63%76.86%-
XYZ18.8616.2254.36-
YUV109.98176.54110.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 196 (76.95% from 255) = 50.65%
R=21.96%
G=27.39%
B=50.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851061960.570.4600.23228.6548.4755.1
Hex556AC4392E017e53037
Octal12515230471560273456067
Binary101010111010101100010011100110111001011111100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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