Html Css Color HEX #57584F Ship Grey

📋 copy color: '#57584F'

red 87 ◦ green 88 ◦ blue 79

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

Shades of Ship Grey #57584F

Tints of Ship Grey #57584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 34.25%
G = 34.65%
B = 31.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#57584F (or 0x57584F) is known color: Ship Grey. HEX triplet: 57, 58 and 4F. RGB value is (87,88,79). Sum of RGB (Red+Green+Blue) = 87+88+79=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #57584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57584F is #A8A7B0. Grayscale: #565656. Windows color (decimal): -11052977 or 5199959. OLE color: 5199959.

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

Color convert

RGB 87 88 79 -
CMYK 0.01 0 0.10 0.65
HSL 66.67º 0.05% 0.33% -
HSV(B) 66.67º 0.1% 0.35% -
XYZ 8.83 9.57 8.78 -
YUV 86.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 87 88 79 0.01 0 0.10 0.65 66.67 0.05 0.33
Hex 57 58 4F 1 0 A 41 43 5 21
Octal 127 130 117 1 0 12 101 103 5 41
Binary 1010111 1011000 1001111 1 0 1010 1000001 1000011 101 100001

Color Harmonies of #57584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57584F

Black with #57584F

Text Example


Text Example

White with #57584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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