#575754

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

Shades of Ship Grey #575754

Tints of Ship Grey #575754

Color information

#575754 (or 0x575754) is unknown color: approx Ship Grey. HEX triplet: 57, 57 and 54. RGB value is (87,87,84). Sum of RGB (Red+Green+Blue) = 87+87+84=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575754 is #A8A8AB. Grayscale: #565656. Windows color (decimal): -11053228 or 5527383. OLE color: 5527383.

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

Color convert

RGB878784-
CMYK000.030.66
HSL60º1.75%33.53%-
HSV(B)60º3.45%34.12%-
XYZ8.949.489.75-
YUV86.66126.5128.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=33.72%
G=33.72%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878784000.030.66601.7533.53
Hex575754003423c222
Octal12712712400310274242
Binary1010111101011110101000011100001011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575754; }

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

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

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

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

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

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

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

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