Html Css Color HEX #575848 Ship Grey

📋 copy color: '#575848'

red 87 ◦ green 88 ◦ blue 72

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

Shades of Ship Grey #575848

Tints of Ship Grey #575848

RGB

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

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

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

R = 35.22%
G = 35.63%
B = 29.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#575848 (or 0x575848) is known color: Ship Grey. HEX triplet: 57, 58 and 48. RGB value is (87,88,72). Sum of RGB (Red+Green+Blue) = 87+88+72=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #575848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575848 is #A8A7B7. Grayscale: #555555. Windows color (decimal): -11052984 or 4741207. OLE color: 4741207.

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

Color convert

RGB 87 88 72 -
CMYK 0.01 0 0.18 0.65
HSL 63.75º 0.1% 0.31% -
HSV(B) 63.75º 0.18% 0.35% -
XYZ 8.59 9.47 7.51 -
YUV 85.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 87 88 72 0.01 0 0.18 0.65 63.75 0.1 0.31
Hex 57 58 48 1 0 12 41 40 A 1F
Octal 127 130 110 1 0 22 101 100 12 37
Binary 1010111 1011000 1001000 1 0 10010 1000001 1000000 1010 11111

Color Harmonies of #575848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575848

Black with #575848

Text Example


Text Example

White with #575848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575848; }

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

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

background-color css

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

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

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

border-color css

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

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

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