Html Css Color HEX #515D4E Battleship Grey

📋 copy color: '#515D4E'

red 81 ◦ green 93 ◦ blue 78

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

Shades of Battleship Grey #515D4E

Tints of Battleship Grey #515D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 32.14%
G = 36.9%
B = 30.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#515D4E (or 0x515D4E) is known color: Battleship Grey. HEX triplet: 51, 5D and 4E. RGB value is (81,93,78). Sum of RGB (Red+Green+Blue) = 81+93+78=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #515D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D4E is #AEA2B1. Grayscale: #575757. Windows color (decimal): -11444914 or 5135697. OLE color: 5135697.

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

Color convert

RGB 81 93 78 -
CMYK 0.13 0 0.16 0.64
HSL 108º 0.09% 0.34% -
HSV(B) 108º 0.16% 0.36% -
XYZ 8.68 10.13 8.71 -
YUV 87.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 81 93 78 0.13 0 0.16 0.64 108 0.09 0.34
Hex 51 5D 4E D 0 10 40 6C 9 22
Octal 121 135 116 15 0 20 100 154 11 42
Binary 1010001 1011101 1001110 1101 0 10000 1000000 1101100 1001 100010

Color Harmonies of #515D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D4E

Black with #515D4E

Text Example


Text Example

White with #515D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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