Html Css Color HEX #555647 Ship Grey

📋 copy color: '#555647'

red 85 ◦ green 86 ◦ blue 71

#555647
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #555647

Tints of Ship Grey #555647

RGB

 RED value IS 85 (33.59% from 255) = 35.12%

 GREEN value IS 86 (33.98% from 255) = 35.54%

 BLUE value IS 71 (28.13% from 255) = 29.34%

R = 35.12%
G = 35.54%
B = 29.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#555647 (or 0x555647) is known color: Ship Grey. HEX triplet: 55, 56 and 47. RGB value is (85,86,71). Sum of RGB (Red+Green+Blue) = 85+86+71=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #555647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555647 is #AAA9B8. Grayscale: #545454. Windows color (decimal): -11184569 or 4675157. OLE color: 4675157.

HSL color Cylindrical-coordinate representation of color #555647: hue angle of 64º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555647 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 71 -
CMYK 0.01 0 0.17 0.66
HSL 64º 0.1% 0.31% -
HSV(B) 64º 0.17% 0.34% -
XYZ 8.21 9.04 7.27 -
YUV 83.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 85 86 71 0.01 0 0.17 0.66 64 0.1 0.31
Hex 55 56 47 1 0 11 42 40 A 1F
Octal 125 126 107 1 0 21 102 100 12 37
Binary 1010101 1010110 1000111 1 0 10001 1000010 1000000 1010 11111

Color Harmonies of #555647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555647

Black with #555647

Text Example


Text Example

White with #555647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555647; }

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

 H1.HeaderClassName
 {
   color: #555647;
 }
 .AnyTagClassName
 {
   color: #555647;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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