#575753

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

Shades of Ship Grey #575753

Tints of Ship Grey #575753

Color information

#575753 (or 0x575753) is unknown color: approx Ship Grey. HEX triplet: 57, 57 and 53. RGB value is (87,87,83). Sum of RGB (Red+Green+Blue) = 87+87+83=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575753 is #A8A8AC. Grayscale: #565656. Windows color (decimal): -11053229 or 5461847. OLE color: 5461847.

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

Color convert

RGB878783-
CMYK000.050.66
HSL60º2.35%33.33%-
HSV(B)60º4.6%34.12%-
XYZ8.99.479.54-
YUV86.54126128.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=33.85%
G=33.85%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878783000.050.66602.3533.33
Hex575753005423c221
Octal12712712300510274241
Binary10101111010111101001100101100001011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575753; }

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

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

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

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

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

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

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

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