Html Css Color HEX #55564D Ship Grey

📋 copy color: '#55564D'

red 85 ◦ green 86 ◦ blue 77

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

Shades of Ship Grey #55564D

Tints of Ship Grey #55564D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 34.27%
G = 34.68%
B = 31.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#55564D (or 0x55564D) is known color: Ship Grey. HEX triplet: 55, 56 and 4D. RGB value is (85,86,77). Sum of RGB (Red+Green+Blue) = 85+86+77=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #55564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55564D is #AAA9B2. Grayscale: #545454. Windows color (decimal): -11184563 or 5068373. OLE color: 5068373.

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

Color convert

RGB 85 86 77 -
CMYK 0.01 0 0.10 0.66
HSL 66.67º 0.06% 0.32% -
HSV(B) 66.67º 0.1% 0.34% -
XYZ 8.41 9.12 8.34 -
YUV 84.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 85 86 77 0.01 0 0.10 0.66 66.67 0.06 0.32
Hex 55 56 4D 1 0 A 42 43 6 20
Octal 125 126 115 1 0 12 102 103 6 40
Binary 1010101 1010110 1001101 1 0 1010 1000010 1000011 110 100000

Color Harmonies of #55564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55564D

Black with #55564D

Text Example


Text Example

White with #55564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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