Html Css Color HEX #55564C Ship Grey

📋 copy color: '#55564C'

red 85 ◦ green 86 ◦ blue 76

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

Shades of Ship Grey #55564C

Tints of Ship Grey #55564C

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 value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#55564C (or 0x55564C) is known color: 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

RGB 85 86 76 -
CMYK 0.01 0 0.12 0.66
HSL 66º 0.06% 0.32% -
HSV(B) 66º 0.12% 0.34% -
XYZ 8.38 9.11 8.15 -
YUV 84.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 85 86 76 0.01 0 0.12 0.66 66 0.06 0.32
Hex 55 56 4C 1 0 C 42 42 6 20
Octal 125 126 114 1 0 14 102 102 6 40
Binary 1010101 1010110 1001100 1 0 1100 1000010 1000010 110 100000

Color Harmonies of #55564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55564C

Black with #55564C

Text Example


Text Example

White with #55564C

Text Example


Text Example

HTML Codes & Css Web 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>