#556BC5

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

Shades of Chetwode Blue #556BC5

Tints of Chetwode Blue #556BC5

Color information

#556BC5 (or 0x556BC5) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and C5. RGB value is (85,107,197). Sum of RGB (Red+Green+Blue) = 85+107+197=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #556BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BC5 is #AA943A. Grayscale: #6E6E6E. Windows color (decimal): -11179067 or 12938069. OLE color: 12938069.

HSL color Cylindrical-coordinate representation of color #556BC5: hue angle of 228.21º degrees, saturation: 0.49, 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 #556BC5 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85107197-
CMYK0.570.4600.23
HSL228.21º49.12%55.29%-
HSV(B)228.21º56.85%77.25%-
XYZ19.0816.4855-
YUV110.68176.71109.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 197 (77.34% from 255) = 50.64%
R=21.85%
G=27.51%
B=50.64%

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
Decimal851071970.570.4600.23228.2149.1255.29
Hex556BC5392E017e43137
Octal12515330571560273446167
Binary101010111010111100010111100110111001011111100100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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