Html Css Color HEX #57584D Ship Grey

📋 copy color: '#57584D'

red 87 ◦ green 88 ◦ blue 77

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

Shades of Ship Grey #57584D

Tints of Ship Grey #57584D

RGB

 RED value IS 87 (34.38% from 255) = 34.52%

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 34.52%
G = 34.92%
B = 30.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#57584D (or 0x57584D) is known color: Ship Grey. HEX triplet: 57, 58 and 4D. RGB value is (87,88,77). Sum of RGB (Red+Green+Blue) = 87+88+77=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #57584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57584D is #A8A7B2. Grayscale: #565656. Windows color (decimal): -11052979 or 5068887. OLE color: 5068887.

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

Color convert

RGB 87 88 77 -
CMYK 0.01 0 0.12 0.65
HSL 65.45º 0.07% 0.32% -
HSV(B) 65.45º 0.13% 0.35% -
XYZ 8.76 9.54 8.4 -
YUV 86.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 87 88 77 0.01 0 0.12 0.65 65.45 0.07 0.32
Hex 57 58 4D 1 0 C 41 41 7 20
Octal 127 130 115 1 0 14 101 101 7 40
Binary 1010111 1011000 1001101 1 0 1100 1000001 1000001 111 100000

Color Harmonies of #57584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57584D

Black with #57584D

Text Example


Text Example

White with #57584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57584D;
 }
 .AnyTagClassName
 {
   color: #57584D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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