#556179

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

Shades of Chambray #556179

Tints of Chambray #556179

Color information

#556179 (or 0x556179) is unknown color: approx Chambray. HEX triplet: 55, 61 and 79. RGB value is (85,97,121). Sum of RGB (Red+Green+Blue) = 85+97+121=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #556179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556179 is #AA9E86. Grayscale: #606060. Windows color (decimal): -11181703 or 7954773. OLE color: 7954773.

HSL color Cylindrical-coordinate representation of color #556179: hue angle of 220º 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 #556179 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8597121-
CMYK0.300.2000.53
HSL220º17.48%40.39%-
HSV(B)220º29.75%47.45%-
XYZ11.4711.8619.77-
YUV96.15142.02120.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=28.05%
G=32.01%
B=39.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85971210.300.2000.5322017.4840.39
Hex5561791E14035dc1128
Octal12514117136240653342150
Binary101010111000011111001111101010001101011101110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556179; }

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

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

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

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

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

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

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

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