Html Css Color HEX #575E55 Battleship Grey

📋 copy color: '#575E55'

red 87 ◦ green 94 ◦ blue 85

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

Shades of Battleship Grey #575E55

Tints of Battleship Grey #575E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

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

R = 32.71%
G = 35.34%
B = 31.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.63

RGB Variations

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

Color information

#575E55 (or 0x575E55) is known color: Battleship Grey. HEX triplet: 57, 5E and 55. RGB value is (87,94,85). Sum of RGB (Red+Green+Blue) = 87+94+85=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 94 - color contains mainly: green. Hex color #575E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E55 is #A8A1AA. Grayscale: #5A5A5A. Windows color (decimal): -11051435 or 5594711. OLE color: 5594711.

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

Color convert

RGB 87 94 85 -
CMYK 0.07 0 0.10 0.63
HSL 106.67º 0.05% 0.35% -
HSV(B) 106.67º 0.1% 0.37% -
XYZ 9.57 10.69 10.15 -
YUV 90.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 87 94 85 0.07 0 0.10 0.63 106.67 0.05 0.35
Hex 57 5E 55 7 0 A 3F 6B 5 23
Octal 127 136 125 7 0 12 77 153 5 43
Binary 1010111 1011110 1010101 111 0 1010 111111 1101011 101 100011

Color Harmonies of #575E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E55

Black with #575E55

Text Example


Text Example

White with #575E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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