Html Css Color HEX #575D54 Battleship Grey

📋 copy color: '#575D54'

red 87 ◦ green 93 ◦ blue 84

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

Shades of Battleship Grey #575D54

Tints of Battleship Grey #575D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

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

R = 32.95%
G = 35.23%
B = 31.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#575D54 (or 0x575D54) is known color: Battleship Grey. HEX triplet: 57, 5D and 54. RGB value is (87,93,84). Sum of RGB (Red+Green+Blue) = 87+93+84=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #575D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D54 is #A8A2AB. Grayscale: #5A5A5A. Windows color (decimal): -11051692 or 5528919. OLE color: 5528919.

HSL color Cylindrical-coordinate representation of color #575D54: hue angle of 100º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575D54 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 84 -
CMYK 0.06 0 0.10 0.64
HSL 100º 0.05% 0.35% -
HSV(B) 100º 0.1% 0.36% -
XYZ 9.45 10.5 9.92 -
YUV 90.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 87 93 84 0.06 0 0.10 0.64 100 0.05 0.35
Hex 57 5D 54 6 0 A 40 64 5 23
Octal 127 135 124 6 0 12 100 144 5 43
Binary 1010111 1011101 1010100 110 0 1010 1000000 1100100 101 100011

Color Harmonies of #575D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D54

Black with #575D54

Text Example


Text Example

White with #575D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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