Html Css Color HEX #57594A Ship Grey

📋 copy color: '#57594A'

red 87 ◦ green 89 ◦ blue 74

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

Shades of Ship Grey #57594A

Tints of Ship Grey #57594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 34.8%
G = 35.6%
B = 29.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#57594A (or 0x57594A) is known color: Ship Grey. HEX triplet: 57, 59 and 4A. RGB value is (87,89,74). Sum of RGB (Red+Green+Blue) = 87+89+74=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #57594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57594A is #A8A6B5. Grayscale: #565656. Windows color (decimal): -11052726 or 4872535. OLE color: 4872535.

HSL color Cylindrical-coordinate representation of color #57594A: hue angle of 68º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #57594A is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 74 -
CMYK 0.02 0 0.17 0.65
HSL 68º 0.09% 0.32% -
HSV(B) 68º 0.17% 0.35% -
XYZ 8.74 9.67 7.88 -
YUV 86.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 87 89 74 0.02 0 0.17 0.65 68 0.09 0.32
Hex 57 59 4A 2 0 11 41 44 9 20
Octal 127 131 112 2 0 21 101 104 11 40
Binary 1010111 1011001 1001010 10 0 10001 1000001 1000100 1001 100000

Color Harmonies of #57594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57594A

Black with #57594A

Text Example


Text Example

White with #57594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57594A; }

 p { color: rgb(87,89,74); }

 H1.HeaderClassName
 {
   color: #57594A;
 }
 .AnyTagClassName
 {
   color: #57594A;
 }
</style>

background-color css

<style>
 a { background-color: #57594A; }

 a { background-color: rgb(87,89,74); }

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

border-color css

<style>
 span { border-color: #57594A; }

 span { border-color: rgb(87,89,74); }

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