#555552

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

Shades of Ship Grey #555552

Tints of Ship Grey #555552

Color information

#555552 (or 0x555552) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 52. RGB value is (85,85,82). Sum of RGB (Red+Green+Blue) = 85+85+82=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555552 is #AAAAAD. Grayscale: #545454. Windows color (decimal): -11184814 or 5395797. OLE color: 5395797.

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

Color convert

RGB858582-
CMYK000.040.67
HSL60º1.8%32.75%-
HSV(B)60º3.53%33.33%-
XYZ8.529.049.28-
YUV84.66126.5128.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=33.73%
G=33.73%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858582000.040.67601.832.75
Hex555552004433c221
Octal12512512200410374241
Binary10101011010101101001000100100001111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555552; }

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

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

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

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

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

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

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

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