Html Css Color HEX #515C4B Battleship Grey

📋 copy color: '#515C4B'

red 81 ◦ green 92 ◦ blue 75

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

Shades of Battleship Grey #515C4B

Tints of Battleship Grey #515C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 32.66%
G = 37.1%
B = 30.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#515C4B (or 0x515C4B) is known color: Battleship Grey. HEX triplet: 51, 5C and 4B. RGB value is (81,92,75). Sum of RGB (Red+Green+Blue) = 81+92+75=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #515C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C4B is #AEA3B4. Grayscale: #565656. Windows color (decimal): -11445173 or 4938833. OLE color: 4938833.

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

Color convert

RGB 81 92 75 -
CMYK 0.12 0 0.18 0.64
HSL 98.82º 0.1% 0.33% -
HSV(B) 98.82º 0.18% 0.36% -
XYZ 8.49 9.91 8.12 -
YUV 86.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 81 92 75 0.12 0 0.18 0.64 98.82 0.1 0.33
Hex 51 5C 4B C 0 12 40 63 A 21
Octal 121 134 113 14 0 22 100 143 12 41
Binary 1010001 1011100 1001011 1100 0 10010 1000000 1100011 1010 100001

Color Harmonies of #515C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C4B

Black with #515C4B

Text Example


Text Example

White with #515C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,75); }

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

background-color css

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

 a { background-color: rgb(81,92,75); }

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

border-color css

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

 span { border-color: rgb(81,92,75); }

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