Html Css Color HEX #55554F Ship Grey

📋 copy color: '#55554F'

red 85 ◦ green 85 ◦ blue 79

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

Shades of Ship Grey #55554F

Tints of Ship Grey #55554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 34.14%
G = 34.14%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55554F (or 0x55554F) is known color: Ship Grey. HEX triplet: 55, 55 and 4F. RGB value is (85,85,79). Sum of RGB (Red+Green+Blue) = 85+85+79=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55554F is #AAAAB0. Grayscale: #545454. Windows color (decimal): -11184817 or 5199189. OLE color: 5199189.

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

Color convert

RGB 85 85 79 -
CMYK 0 0 0.07 0.67
HSL 60º 0.04% 0.32% -
HSV(B) 60º 0.07% 0.33% -
XYZ 8.41 8.99 8.69 -
YUV 84.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 85 85 79 0 0 0.07 0.67 60 0.04 0.32
Hex 55 55 4F 0 0 7 43 3C 4 20
Octal 125 125 117 0 0 7 103 74 4 40
Binary 1010101 1010101 1001111 0 0 111 1000011 111100 100 100000

Color Harmonies of #55554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55554F

Black with #55554F

Text Example


Text Example

White with #55554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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