#56574A

Color #56574A Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #56574A

Tints of Ship Grey #56574A

Color information

#56574A (or 0x56574A) is unknown color: approx Ship Grey. HEX triplet: 56, 57 and 4A. RGB value is (86,87,74). Sum of RGB (Red+Green+Blue) = 86+87+74=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #56574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56574A is #A9A8B5. Grayscale: #555555. Windows color (decimal): -11118774 or 4872022. OLE color: 4872022.

HSL color Cylindrical-coordinate representation of color #56574A: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56574A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB868774-
CMYK0.0100.150.66
HSL64.62º8.07%31.57%-
HSV(B)64.62º14.94%34.12%-
XYZ8.489.297.82-
YUV85.22121.67128.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=34.82%
G=35.22%
B=29.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687740.0100.150.6664.628.0731.57
Hex56574A10F4241820
Octal12612711210171021011040
Binary101011010101111001010101111100001010000011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56574A; }

 p { color: rgb(86,87,74); }

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

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

 a { background-color: rgb(86,87,74); }

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

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

 span { border-color: rgb(86,87,74); }

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