#57584C

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

Shades of Ship Grey #57584C

Tints of Ship Grey #57584C

Color information

#57584C (or 0x57584C) is unknown color: approx Ship Grey. HEX triplet: 57, 58 and 4C. RGB value is (87,88,76). Sum of RGB (Red+Green+Blue) = 87+88+76=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #57584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57584C is #A8A7B3. Grayscale: #565656. Windows color (decimal): -11052980 or 5003351. OLE color: 5003351.

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

Color convert

RGB878876-
CMYK0.0100.140.65
HSL65º7.32%32.16%-
HSV(B)65º13.64%34.51%-
XYZ8.729.538.22-
YUV86.33122.17128.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=34.66%
G=35.06%
B=30.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788760.0100.140.65657.3232.16
Hex57584C10E4141720
Octal1271301141016101101740
Binary10101111011000100110010111010000011000001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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