Html Css Color HEX #515A4C Battleship Grey

📋 copy color: '#515A4C'

red 81 ◦ green 90 ◦ blue 76

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

Shades of Battleship Grey #515A4C

Tints of Battleship Grey #515A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 32.79%
G = 36.44%
B = 30.77%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#515A4C (or 0x515A4C) is known color: Battleship Grey. HEX triplet: 51, 5A and 4C. RGB value is (81,90,76). Sum of RGB (Red+Green+Blue) = 81+90+76=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #515A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A4C is #AEA5B3. Grayscale: #555555. Windows color (decimal): -11445684 or 5003857. OLE color: 5003857.

HSL color Cylindrical-coordinate representation of color #515A4C: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515A4C is Cyan = 0.1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 76 -
CMYK 0.1 0 0.16 0.65
HSL 98.57º 0.08% 0.33% -
HSV(B) 98.57º 0.16% 0.35% -
XYZ 8.35 9.58 8.25 -
YUV 85.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 81 90 76 0.1 0 0.16 0.65 98.57 0.08 0.33
Hex 51 5A 4C A 0 10 41 63 8 21
Octal 121 132 114 12 0 20 101 143 10 41
Binary 1010001 1011010 1001100 1010 0 10000 1000001 1100011 1000 100001

Color Harmonies of #515A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A4C

Black with #515A4C

Text Example


Text Example

White with #515A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,76); }

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

background-color css

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

 a { background-color: rgb(81,90,76); }

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

border-color css

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

 span { border-color: rgb(81,90,76); }

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