#55564E

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

Shades of Ship Grey #55564E

Tints of Ship Grey #55564E

Color information

#55564E (or 0x55564E) is unknown color: approx Ship Grey. HEX triplet: 55, 56 and 4E. RGB value is (85,86,78). Sum of RGB (Red+Green+Blue) = 85+86+78=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 86 - color contains mainly: green. Hex color #55564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55564E is #AAA9B1. Grayscale: #545454. Windows color (decimal): -11184562 or 5133909. OLE color: 5133909.

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

Color convert

RGB858678-
CMYK0.0100.090.66
HSL67.5º4.88%32.16%-
HSV(B)67.5º9.3%33.73%-
XYZ8.459.148.53-
YUV84.79124.17128.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=34.14%
G=34.54%
B=31.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586780.0100.090.6667.54.8832.16
Hex55564E1094244520
Octal1251261161011102104540
Binary10101011010110100111010100110000101000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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