#556BCA

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

Shades of Chetwode Blue #556BCA

Tints of Chetwode Blue #556BCA

Color information

#556BCA (or 0x556BCA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and CA. RGB value is (85,107,202). Sum of RGB (Red+Green+Blue) = 85+107+202=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #556BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BCA is #AA9435. Grayscale: #6E6E6E. Windows color (decimal): -11179062 or 13265749. OLE color: 13265749.

HSL color Cylindrical-coordinate representation of color #556BCA: hue angle of 228.72º 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 #556BCA is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85107202-
CMYK0.580.4700.21
HSL228.72º52.47%56.27%-
HSV(B)228.72º57.92%79.22%-
XYZ19.6616.7158.07-
YUV111.25179.21109.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=21.57%
G=27.16%
B=51.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851072020.580.4700.21228.7252.4756.27
Hex556BCA3A2F015e53438
Octal12515331272570253456470
Binary101010111010111100101011101010111101010111100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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