Html Css Color HEX #575A55 Battleship Grey

📋 copy color: '#575A55'

red 87 ◦ green 90 ◦ blue 85

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

Shades of Battleship Grey #575A55

Tints of Battleship Grey #575A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 33.21%
G = 34.35%
B = 32.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#575A55 (or 0x575A55) is known color: Battleship Grey. HEX triplet: 57, 5A and 55. RGB value is (87,90,85). Sum of RGB (Red+Green+Blue) = 87+90+85=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 90 - color contains mainly: green. Hex color #575A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A55 is #A8A5AA. Grayscale: #585858. Windows color (decimal): -11052459 or 5593687. OLE color: 5593687.

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

Color convert

RGB 87 90 85 -
CMYK 0.03 0 0.06 0.65
HSL 96º 0.03% 0.34% -
HSV(B) 96º 0.06% 0.35% -
XYZ 9.23 9.99 10.04 -
YUV 88.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 87 90 85 0.03 0 0.06 0.65 96 0.03 0.34
Hex 57 5A 55 3 0 6 41 60 3 22
Octal 127 132 125 3 0 6 101 140 3 42
Binary 1010111 1011010 1010101 11 0 110 1000001 1100000 11 100010

Color Harmonies of #575A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A55

Black with #575A55

Text Example


Text Example

White with #575A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,85); }

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

background-color css

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

 a { background-color: rgb(87,90,85); }

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

border-color css

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

 span { border-color: rgb(87,90,85); }

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