Html Css Color HEX #575956 Battleship Grey

📋 copy color: '#575956'

red 87 ◦ green 89 ◦ blue 86

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

Shades of Battleship Grey #575956

Tints of Battleship Grey #575956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 33.21%
G = 33.97%
B = 32.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#575956 (or 0x575956) is known color: Battleship Grey. HEX triplet: 57, 59 and 56. RGB value is (87,89,86). Sum of RGB (Red+Green+Blue) = 87+89+86=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 89 - color contains mainly: green. Hex color #575956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575956 is #A8A6A9. Grayscale: #585858. Windows color (decimal): -11052714 or 5658967. OLE color: 5658967.

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

Color convert

RGB 87 89 86 -
CMYK 0.02 0 0.03 0.65
HSL 100º 0.02% 0.34% -
HSV(B) 100º 0.03% 0.35% -
XYZ 9.18 9.84 10.22 -
YUV 88.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 87 89 86 0.02 0 0.03 0.65 100 0.02 0.34
Hex 57 59 56 2 0 3 41 64 2 22
Octal 127 131 126 2 0 3 101 144 2 42
Binary 1010111 1011001 1010110 10 0 11 1000001 1100100 10 100010

Color Harmonies of #575956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575956

Black with #575956

Text Example


Text Example

White with #575956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575956; }

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

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

background-color css

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

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

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

border-color css

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

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

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