#556377

Color #556377 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #556377

Tints of Chambray #556377

Color information

#556377 (or 0x556377) is unknown color: approx Chambray. HEX triplet: 55, 63 and 77. RGB value is (85,99,119). Sum of RGB (Red+Green+Blue) = 85+99+119=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #556377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556377 is #AA9C88. Grayscale: #616161. Windows color (decimal): -11181193 or 7824213. OLE color: 7824213.

HSL color Cylindrical-coordinate representation of color #556377: hue angle of 215.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556377 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8599119-
CMYK0.290.1700.53
HSL215.29º16.67%40%-
HSV(B)215.29º28.57%46.67%-
XYZ11.5412.1919.2-
YUV97.09140.36119.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=28.05%
G=32.67%
B=39.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85991190.290.1700.53215.2916.6740
Hex5563771D11035d71128
Octal12514316735210653272150
Binary101010111000111110111111011000101101011101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556377; }

 p { color: rgb(85,99,119); }

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

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

 a { background-color: rgb(85,99,119); }

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

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

 span { border-color: rgb(85,99,119); }

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