#556CCA

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

Shades of Chetwode Blue #556CCA

Tints of Chetwode Blue #556CCA

Color information

#556CCA (or 0x556CCA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6C and CA. RGB value is (85,108,202). Sum of RGB (Red+Green+Blue) = 85+108+202=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #556CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CCA is #AA9335. Grayscale: #6F6F6F. Windows color (decimal): -11178806 or 13266005. OLE color: 13266005.

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

Color convert

RGB85108202-
CMYK0.580.4700.21
HSL228.21º52.47%56.27%-
HSV(B)228.21º57.92%79.22%-
XYZ19.7716.9258.1-
YUV111.84178.88108.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=21.52%
G=27.34%
B=51.14%

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
Decimal851082020.580.4700.21228.2152.4756.27
Hex556CCA3A2F015e43438
Octal12515431272570253446470
Binary101010111011001100101011101010111101010111100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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