#555554

Color #555554 Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #555554

Tints of Ship Grey #555554

Color information

#555554 (or 0x555554) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 54. RGB value is (85,85,84). Sum of RGB (Red+Green+Blue) = 85+85+84=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555554 is #AAAAAB. Grayscale: #545454. Windows color (decimal): -11184812 or 5526869. OLE color: 5526869.

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

Color convert

RGB858584-
CMYK000.010.67
HSL60º0.59%33.14%-
HSV(B)60º1.18%33.33%-
XYZ8.69.079.68-
YUV84.89127.5128.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=33.46%
G=33.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858584000.010.67600.5933.14
Hex555554001433c121
Octal12512512400110374141
Binary10101011010101101010000110000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555554; }

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

 H1.HeaderClassName
 {
   color: #555554;
 }
 .AnyTagClassName
 {
   color: #555554;
 }
</style>
background-color css

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

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

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

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

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

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