#556CC9

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

Shades of Chetwode Blue #556CC9

Tints of Chetwode Blue #556CC9

Color information

#556CC9 (or 0x556CC9) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6C and C9. RGB value is (85,108,201). Sum of RGB (Red+Green+Blue) = 85+108+201=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #556CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CC9 is #AA9336. Grayscale: #6F6F6F. Windows color (decimal): -11178807 or 13200469. OLE color: 13200469.

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

Color convert

RGB85108201-
CMYK0.580.4600.21
HSL228.1º51.79%56.08%-
HSV(B)228.1º57.71%78.82%-
XYZ19.6516.8757.48-
YUV111.72178.38108.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 201 (78.91% from 255) = 51.02%
R=21.57%
G=27.41%
B=51.02%

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
Decimal851082010.580.4600.21228.151.7956.08
Hex556CC93A2E015e43438
Octal12515431172560253446470
Binary101010111011001100100111101010111001010111100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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