#57584E

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

Shades of Ship Grey #57584E

Tints of Ship Grey #57584E

Color information

#57584E (or 0x57584E) is unknown color: approx Ship Grey. HEX triplet: 57, 58 and 4E. RGB value is (87,88,78). Sum of RGB (Red+Green+Blue) = 87+88+78=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #57584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57584E is #A8A7B1. Grayscale: #565656. Windows color (decimal): -11052978 or 5134423. OLE color: 5134423.

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

Color convert

RGB878878-
CMYK0.0100.110.65
HSL66º6.02%32.55%-
HSV(B)66º11.36%34.51%-
XYZ8.89.568.59-
YUV86.56123.17128.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=34.39%
G=34.78%
B=30.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788780.0100.110.65666.0232.55
Hex57584E10B4142621
Octal1271301161013101102641
Binary10101111011000100111010101110000011000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57584E; }

 p { color: rgb(87,88,78); }

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

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

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

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

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

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

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