#556074

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

Shades of Chambray #556074

Tints of Chambray #556074

Color information

#556074 (or 0x556074) is unknown color: approx Chambray. HEX triplet: 55, 60 and 74. RGB value is (85,96,116). Sum of RGB (Red+Green+Blue) = 85+96+116=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #556074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556074 is #AA9F8B. Grayscale: #5E5E5E. Windows color (decimal): -11181964 or 7626837. OLE color: 7626837.

HSL color Cylindrical-coordinate representation of color #556074: hue angle of 218.71º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556074 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8596116-
CMYK0.270.1700.55
HSL218.71º15.42%39.41%-
HSV(B)218.71º26.72%45.49%-
XYZ11.0811.5618.17-
YUV94.99139.86120.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=28.62%
G=32.32%
B=39.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85961160.270.1700.55218.7115.4239.41
Hex5560741B11037dbf27
Octal12514016433210673331747
Binary10101011100000111010011011100010110111110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556074; }

 p { color: rgb(85,96,116); }

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

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

 a { background-color: rgb(85,96,116); }

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

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

 span { border-color: rgb(85,96,116); }

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