Html Css Color HEX #55554C Ship Grey

📋 copy color: '#55554C'

red 85 ◦ green 85 ◦ blue 76

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

Shades of Ship Grey #55554C

Tints of Ship Grey #55554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.89%

R = 34.55%
G = 34.55%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55554C (or 0x55554C) is known color: Ship Grey. HEX triplet: 55, 55 and 4C. RGB value is (85,85,76). Sum of RGB (Red+Green+Blue) = 85+85+76=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55554C is #AAAAB3. Grayscale: #545454. Windows color (decimal): -11184820 or 5002581. OLE color: 5002581.

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

Color convert

RGB 85 85 76 -
CMYK 0 0 0.11 0.67
HSL 60º 0.06% 0.32% -
HSV(B) 60º 0.11% 0.33% -
XYZ 8.3 8.95 8.13 -
YUV 83.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 85 85 76 0 0 0.11 0.67 60 0.06 0.32
Hex 55 55 4C 0 0 B 43 3C 6 20
Octal 125 125 114 0 0 13 103 74 6 40
Binary 1010101 1010101 1001100 0 0 1011 1000011 111100 110 100000

Color Harmonies of #55554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55554C

Black with #55554C

Text Example


Text Example

White with #55554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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