#556BC1

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

Shades of Chetwode Blue #556BC1

Tints of Chetwode Blue #556BC1

Color information

#556BC1 (or 0x556BC1) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and C1. RGB value is (85,107,193). Sum of RGB (Red+Green+Blue) = 85+107+193=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #556BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BC1 is #AA943E. Grayscale: #6D6D6D. Windows color (decimal): -11179071 or 12675925. OLE color: 12675925.

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

Color convert

RGB85107193-
CMYK0.560.4500.24
HSL227.78º46.55%54.51%-
HSV(B)227.78º55.96%75.69%-
XYZ18.6316.352.62-
YUV110.23174.71110.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=22.08%
G=27.79%
B=50.13%

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
Decimal851071930.560.4500.24227.7846.5554.51
Hex556BC1382D018e42f37
Octal12515330170550303445767
Binary101010111010111100000111100010110101100011100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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