Html Css Color HEX #515D4D Battleship Grey

📋 copy color: '#515D4D'

red 81 ◦ green 93 ◦ blue 77

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

Shades of Battleship Grey #515D4D

Tints of Battleship Grey #515D4D

RGB

 RED value IS 81 (32.03% from 255) = 32.27%

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 32.27%
G = 37.05%
B = 30.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#515D4D (or 0x515D4D) is known color: Battleship Grey. HEX triplet: 51, 5D and 4D. RGB value is (81,93,77). Sum of RGB (Red+Green+Blue) = 81+93+77=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #515D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D4D is #AEA2B2. Grayscale: #575757. Windows color (decimal): -11444915 or 5070161. OLE color: 5070161.

HSL color Cylindrical-coordinate representation of color #515D4D: hue angle of 105º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #515D4D is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 77 -
CMYK 0.13 0 0.17 0.64
HSL 105º 0.09% 0.33% -
HSV(B) 105º 0.17% 0.36% -
XYZ 8.65 10.11 8.52 -
YUV 87.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 81 93 77 0.13 0 0.17 0.64 105 0.09 0.33
Hex 51 5D 4D D 0 11 40 69 9 21
Octal 121 135 115 15 0 21 100 151 11 41
Binary 1010001 1011101 1001101 1101 0 10001 1000000 1101001 1001 100001

Color Harmonies of #515D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D4D

Black with #515D4D

Text Example


Text Example

White with #515D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515D4D; }

 p { color: rgb(81,93,77); }

 H1.HeaderClassName
 {
   color: #515D4D;
 }
 .AnyTagClassName
 {
   color: #515D4D;
 }
</style>

background-color css

<style>
 a { background-color: #515D4D; }

 a { background-color: rgb(81,93,77); }

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

border-color css

<style>
 span { border-color: #515D4D; }

 span { border-color: rgb(81,93,77); }

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