#556CC7

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

Shades of Chetwode Blue #556CC7

Tints of Chetwode Blue #556CC7

Color information

#556CC7 (or 0x556CC7) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6C and C7. RGB value is (85,108,199). Sum of RGB (Red+Green+Blue) = 85+108+199=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #556CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CC7 is #AA9338. Grayscale: #6F6F6F. Windows color (decimal): -11178809 or 13069397. OLE color: 13069397.

HSL color Cylindrical-coordinate representation of color #556CC7: hue angle of 227.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556CC7 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85108199-
CMYK0.570.4600.22
HSL227.89º50.44%55.69%-
HSV(B)227.89º57.29%78.04%-
XYZ19.4216.7856.25-
YUV111.5177.38109.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 199 (78.12% from 255) = 50.77%
R=21.68%
G=27.55%
B=50.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851081990.570.4600.22227.8950.4455.69
Hex556CC7392E016e43238
Octal12515430771560263446270
Binary101010111011001100011111100110111001011011100100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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