#556CAF

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

Shades of Chetwode Blue #556CAF

Tints of Chetwode Blue #556CAF

Color information

#556CAF (or 0x556CAF) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6C and AF. RGB value is (85,108,175). Sum of RGB (Red+Green+Blue) = 85+108+175=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #556CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CAF is #AA9350. Grayscale: #6C6C6C. Windows color (decimal): -11178833 or 11496533. OLE color: 11496533.

HSL color Cylindrical-coordinate representation of color #556CAF: hue angle of 224.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556CAF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85108175-
CMYK0.510.3800.31
HSL224.67º36%50.98%-
HSV(B)224.67º51.43%68.63%-
XYZ16.8515.7542.71-
YUV108.76165.38111.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=23.10%
G=29.35%
B=47.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851081750.510.3800.31224.673650.98
Hex556CAF332601Fe12433
Octal12515425763460373414463
Binary101010111011001010111111001110011001111111100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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