Html Css Color HEX #57584E Ship Grey

📋 copy color: '#57584E'

red 87 ◦ green 88 ◦ blue 78

#57584E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #57584E

Tints of Ship Grey #57584E

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 value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#57584E (or 0x57584E) is known color: 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

RGB 87 88 78 -
CMYK 0.01 0 0.11 0.65
HSL 66º 0.06% 0.33% -
HSV(B) 66º 0.11% 0.35% -
XYZ 8.8 9.56 8.59 -
YUV 86.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 87 88 78 0.01 0 0.11 0.65 66 0.06 0.33
Hex 57 58 4E 1 0 B 41 42 6 21
Octal 127 130 116 1 0 13 101 102 6 41
Binary 1010111 1011000 1001110 1 0 1011 1000001 1000010 110 100001

Color Harmonies of #57584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57584E

Black with #57584E

Text Example


Text Example

White with #57584E

Text Example


Text Example

HTML Codes & Css Web 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>