Html Css Color HEX #555542 Ship Grey

📋 copy color: '#555542'

red 85 ◦ green 85 ◦ blue 66

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

Shades of Ship Grey #555542

Tints of Ship Grey #555542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 36.02%
G = 36.02%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#555542 (or 0x555542) is known color: Ship Grey. HEX triplet: 55, 55 and 42. RGB value is (85,85,66). Sum of RGB (Red+Green+Blue) = 85+85+66=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555542 is #AAAABD. Grayscale: #525252. Windows color (decimal): -11184830 or 4347221. OLE color: 4347221.

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

Color convert

RGB 85 85 66 -
CMYK 0 0 0.22 0.67
HSL 60º 0.13% 0.3% -
HSV(B) 60º 0.22% 0.33% -
XYZ 7.98 8.82 6.44 -
YUV 82.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 85 85 66 0 0 0.22 0.67 60 0.13 0.3
Hex 55 55 42 0 0 16 43 3C D 1E
Octal 125 125 102 0 0 26 103 74 15 36
Binary 1010101 1010101 1000010 0 0 10110 1000011 111100 1101 11110

Color Harmonies of #555542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555542

Black with #555542

Text Example


Text Example

White with #555542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555542; }

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

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

background-color css

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

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

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

border-color css

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

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

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