Html Css Color HEX #55554D Ship Grey

📋 copy color: '#55554D'

red 85 ◦ green 85 ◦ blue 77

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

Shades of Ship Grey #55554D

Tints of Ship Grey #55554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 34.41%
G = 34.41%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55554D (or 0x55554D) is known color: Ship Grey. HEX triplet: 55, 55 and 4D. RGB value is (85,85,77). Sum of RGB (Red+Green+Blue) = 85+85+77=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55554D is #AAAAB2. Grayscale: #545454. Windows color (decimal): -11184819 or 5068117. OLE color: 5068117.

HSL color Cylindrical-coordinate representation of color #55554D: hue angle of 60º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55554D is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 77 -
CMYK 0 0 0.09 0.67
HSL 60º 0.05% 0.32% -
HSV(B) 60º 0.09% 0.33% -
XYZ 8.33 8.96 8.31 -
YUV 84.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 85 85 77 0 0 0.09 0.67 60 0.05 0.32
Hex 55 55 4D 0 0 9 43 3C 5 20
Octal 125 125 115 0 0 11 103 74 5 40
Binary 1010101 1010101 1001101 0 0 1001 1000011 111100 101 100000

Color Harmonies of #55554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55554D

Black with #55554D

Text Example


Text Example

White with #55554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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