Html Css Color HEX #575C53 Battleship Grey

📋 copy color: '#575C53'

red 87 ◦ green 92 ◦ blue 83

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

Shades of Battleship Grey #575C53

Tints of Battleship Grey #575C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

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

R = 33.21%
G = 35.11%
B = 31.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#575C53 (or 0x575C53) is known color: Battleship Grey. HEX triplet: 57, 5C and 53. RGB value is (87,92,83). Sum of RGB (Red+Green+Blue) = 87+92+83=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #575C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C53 is #A8A3AC. Grayscale: #595959. Windows color (decimal): -11051949 or 5463127. OLE color: 5463127.

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

Color convert

RGB 87 92 83 -
CMYK 0.05 0 0.10 0.64
HSL 93.33º 0.05% 0.34% -
HSV(B) 93.33º 0.1% 0.36% -
XYZ 9.32 10.31 9.68 -
YUV 89.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 87 92 83 0.05 0 0.10 0.64 93.33 0.05 0.34
Hex 57 5C 53 5 0 A 40 5D 5 22
Octal 127 134 123 5 0 12 100 135 5 42
Binary 1010111 1011100 1010011 101 0 1010 1000000 1011101 101 100010

Color Harmonies of #575C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C53

Black with #575C53

Text Example


Text Example

White with #575C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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