Html Css Color HEX #575D53 Battleship Grey

📋 copy color: '#575D53'

red 87 ◦ green 93 ◦ blue 83

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

Shades of Battleship Grey #575D53

Tints of Battleship Grey #575D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 33.08%
G = 35.36%
B = 31.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#575D53 (or 0x575D53) is known color: Battleship Grey. HEX triplet: 57, 5D and 53. RGB value is (87,93,83). Sum of RGB (Red+Green+Blue) = 87+93+83=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #575D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D53 is #A8A2AC. Grayscale: #5A5A5A. Windows color (decimal): -11051693 or 5463383. OLE color: 5463383.

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

Color convert

RGB 87 93 83 -
CMYK 0.06 0 0.11 0.64
HSL 96º 0.06% 0.35% -
HSV(B) 96º 0.11% 0.36% -
XYZ 9.41 10.48 9.71 -
YUV 90.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 87 93 83 0.06 0 0.11 0.64 96 0.06 0.35
Hex 57 5D 53 6 0 B 40 60 6 23
Octal 127 135 123 6 0 13 100 140 6 43
Binary 1010111 1011101 1010011 110 0 1011 1000000 1100000 110 100011

Color Harmonies of #575D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D53

Black with #575D53

Text Example


Text Example

White with #575D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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