#556379

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

Shades of Chambray #556379

Tints of Chambray #556379

Color information

#556379 (or 0x556379) is unknown color: approx Chambray. HEX triplet: 55, 63 and 79. RGB value is (85,99,121). Sum of RGB (Red+Green+Blue) = 85+99+121=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #556379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556379 is #AA9C86. Grayscale: #616161. Windows color (decimal): -11181191 or 7955285. OLE color: 7955285.

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

Color convert

RGB8599121-
CMYK0.300.1800.53
HSL216.67º17.48%40.39%-
HSV(B)216.67º29.75%47.45%-
XYZ11.6612.2419.84-
YUV97.32141.36119.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=27.87%
G=32.46%
B=39.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85991210.300.1800.53216.6717.4840.39
Hex5563791E12035d91128
Octal12514317136220653312150
Binary101010111000111111001111101001001101011101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556379; }

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

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

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

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

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

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

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

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