#55564C

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

Shades of Ship Grey #55564C

Tints of Ship Grey #55564C

Color information

#55564C (or 0x55564C) is unknown color: approx Ship Grey. HEX triplet: 55, 56 and 4C. RGB value is (85,86,76). Sum of RGB (Red+Green+Blue) = 85+86+76=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 86 - color contains mainly: green. Hex color #55564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55564C is #AAA9B3. Grayscale: #545454. Windows color (decimal): -11184564 or 5002837. OLE color: 5002837.

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

Color convert

RGB858676-
CMYK0.0100.120.66
HSL66º6.17%31.76%-
HSV(B)66º11.63%33.73%-
XYZ8.389.118.15-
YUV84.56123.17128.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=34.41%
G=34.82%
B=30.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586760.0100.120.66666.1731.76
Hex55564C10C4242620
Octal1251261141014102102640
Binary10101011010110100110010110010000101000010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55564C; }

 p { color: rgb(85,86,76); }

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

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

 a { background-color: rgb(85,86,76); }

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

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

 span { border-color: rgb(85,86,76); }

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