#556DCA

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

Shades of Chetwode Blue #556DCA

Tints of Chetwode Blue #556DCA

Color information

#556DCA (or 0x556DCA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6D and CA. RGB value is (85,109,202). Sum of RGB (Red+Green+Blue) = 85+109+202=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #556DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DCA is #AA9235. Grayscale: #707070. Windows color (decimal): -11178550 or 13266261. OLE color: 13266261.

HSL color Cylindrical-coordinate representation of color #556DCA: hue angle of 227.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556DCA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85109202-
CMYK0.580.4600.21
HSL227.69º52.47%56.27%-
HSV(B)227.69º57.92%79.22%-
XYZ19.8817.1358.14-
YUV112.43178.55108.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=21.46%
G=27.53%
B=51.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851092020.580.4600.21227.6952.4756.27
Hex556DCA3A2E015e43438
Octal12515531272560253446470
Binary101010111011011100101011101010111001010111100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,202); }

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

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

 a { background-color: rgb(85,109,202); }

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

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

 span { border-color: rgb(85,109,202); }

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