Html Css Color HEX #575948 Ship Grey

📋 copy color: '#575948'

red 87 ◦ green 89 ◦ blue 72

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

Shades of Ship Grey #575948

Tints of Ship Grey #575948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 35.08%
G = 35.89%
B = 29.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#575948 (or 0x575948) is known color: Ship Grey. HEX triplet: 57, 59 and 48. RGB value is (87,89,72). Sum of RGB (Red+Green+Blue) = 87+89+72=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #575948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575948 is #A8A6B7. Grayscale: #565656. Windows color (decimal): -11052728 or 4741463. OLE color: 4741463.

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

Color convert

RGB 87 89 72 -
CMYK 0.02 0 0.19 0.65
HSL 67.06º 0.11% 0.32% -
HSV(B) 67.06º 0.19% 0.35% -
XYZ 8.67 9.64 7.53 -
YUV 86.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 87 89 72 0.02 0 0.19 0.65 67.06 0.11 0.32
Hex 57 59 48 2 0 13 41 43 B 20
Octal 127 131 110 2 0 23 101 103 13 40
Binary 1010111 1011001 1001000 10 0 10011 1000001 1000011 1011 100000

Color Harmonies of #575948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575948

Black with #575948

Text Example


Text Example

White with #575948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575948; }

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

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

background-color css

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

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

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

border-color css

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

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

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