Html Css Color HEX #555550 Ship Grey

📋 copy color: '#555550'

red 85 ◦ green 85 ◦ blue 80

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

Shades of Ship Grey #555550

Tints of Ship Grey #555550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32%

R = 34%
G = 34%
B = 32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#555550 (or 0x555550) is known color: Ship Grey. HEX triplet: 55, 55 and 50. RGB value is (85,85,80). Sum of RGB (Red+Green+Blue) = 85+85+80=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555550 is #AAAAAF. Grayscale: #545454. Windows color (decimal): -11184816 or 5264725. OLE color: 5264725.

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

Color convert

RGB 85 85 80 -
CMYK 0 0 0.06 0.67
HSL 60º 0.03% 0.32% -
HSV(B) 60º 0.06% 0.33% -
XYZ 8.44 9.01 8.88 -
YUV 84.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 85 85 80 0 0 0.06 0.67 60 0.03 0.32
Hex 55 55 50 0 0 6 43 3C 3 20
Octal 125 125 120 0 0 6 103 74 3 40
Binary 1010101 1010101 1010000 0 0 110 1000011 111100 11 100000

Color Harmonies of #555550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555550

Black with #555550

Text Example


Text Example

White with #555550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555550; }

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

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

background-color css

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

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

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

border-color css

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

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

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