Html Css Color HEX #555546 Ship Grey

📋 copy color: '#555546'

red 85 ◦ green 85 ◦ blue 70

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

Shades of Ship Grey #555546

Tints of Ship Grey #555546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 35.42%
G = 35.42%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#555546 (or 0x555546) is known color: Ship Grey. HEX triplet: 55, 55 and 46. RGB value is (85,85,70). Sum of RGB (Red+Green+Blue) = 85+85+70=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555546 is #AAAAB9. Grayscale: #535353. Windows color (decimal): -11184826 or 4609365. OLE color: 4609365.

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

Color convert

RGB 85 85 70 -
CMYK 0 0 0.18 0.67
HSL 60º 0.1% 0.3% -
HSV(B) 60º 0.18% 0.33% -
XYZ 8.1 8.87 7.08 -
YUV 83.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 85 85 70 0 0 0.18 0.67 60 0.1 0.3
Hex 55 55 46 0 0 12 43 3C A 1E
Octal 125 125 106 0 0 22 103 74 12 36
Binary 1010101 1010101 1000110 0 0 10010 1000011 111100 1010 11110

Color Harmonies of #555546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555546

Black with #555546

Text Example


Text Example

White with #555546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555546; }

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

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

background-color css

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

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

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

border-color css

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

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

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