Html Css Color HEX #575F54 Battleship Grey

📋 copy color: '#575F54'

red 87 ◦ green 95 ◦ blue 84

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

Shades of Battleship Grey #575F54

Tints of Battleship Grey #575F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 32.71%
G = 35.71%
B = 31.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#575F54 (or 0x575F54) is known color: Battleship Grey. HEX triplet: 57, 5F and 54. RGB value is (87,95,84). Sum of RGB (Red+Green+Blue) = 87+95+84=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #575F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F54 is #A8A0AB. Grayscale: #5B5B5B. Windows color (decimal): -11051180 or 5529431. OLE color: 5529431.

HSL color Cylindrical-coordinate representation of color #575F54: hue angle of 103.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575F54 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 84 -
CMYK 0.08 0 0.12 0.63
HSL 103.64º 0.06% 0.35% -
HSV(B) 103.64º 0.12% 0.37% -
XYZ 9.62 10.85 9.97 -
YUV 91.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 87 95 84 0.08 0 0.12 0.63 103.64 0.06 0.35
Hex 57 5F 54 8 0 C 3F 68 6 23
Octal 127 137 124 10 0 14 77 150 6 43
Binary 1010111 1011111 1010100 1000 0 1100 111111 1101000 110 100011

Color Harmonies of #575F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F54

Black with #575F54

Text Example


Text Example

White with #575F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F54; }

 p { color: rgb(87,95,84); }

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

background-color css

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

 a { background-color: rgb(87,95,84); }

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

border-color css

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

 span { border-color: rgb(87,95,84); }

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