#556175

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

Shades of Chambray #556175

Tints of Chambray #556175

Color information

#556175 (or 0x556175) is unknown color: approx Chambray. HEX triplet: 55, 61 and 75. RGB value is (85,97,117). Sum of RGB (Red+Green+Blue) = 85+97+117=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #556175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556175 is #AA9E8A. Grayscale: #5F5F5F. Windows color (decimal): -11181707 or 7692629. OLE color: 7692629.

HSL color Cylindrical-coordinate representation of color #556175: hue angle of 217.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556175 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8597117-
CMYK0.270.1700.54
HSL217.5º15.84%39.61%-
HSV(B)217.5º27.35%45.88%-
XYZ11.2311.7718.51-
YUV95.69140.02120.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=28.43%
G=32.44%
B=39.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85971170.270.1700.54217.515.8439.61
Hex5561751B11036da1028
Octal12514116533210663322050
Binary101010111000011110101110111000101101101101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556175; }

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

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

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

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

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

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

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

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