Html Css Color HEX #555540 Ship Grey

📋 copy color: '#555540'

red 85 ◦ green 85 ◦ blue 64

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

Shades of Ship Grey #555540

Tints of Ship Grey #555540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 36.32%
G = 36.32%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#555540 (or 0x555540) is known color: Ship Grey. HEX triplet: 55, 55 and 40. RGB value is (85,85,64). Sum of RGB (Red+Green+Blue) = 85+85+64=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555540 is #AAAABF. Grayscale: #525252. Windows color (decimal): -11184832 or 4216149. OLE color: 4216149.

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

Color convert

RGB 85 85 64 -
CMYK 0 0 0.25 0.67
HSL 60º 0.14% 0.29% -
HSV(B) 60º 0.25% 0.33% -
XYZ 7.92 8.8 6.13 -
YUV 82.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 85 85 64 0 0 0.25 0.67 60 0.14 0.29
Hex 55 55 40 0 0 19 43 3C E 1D
Octal 125 125 100 0 0 31 103 74 16 35
Binary 1010101 1010101 1000000 0 0 11001 1000011 111100 1110 11101

Color Harmonies of #555540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555540

Black with #555540

Text Example


Text Example

White with #555540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555540; }

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

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

background-color css

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

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

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

border-color css

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

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

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