Html Css Color HEX #50524F Battleship Grey

📋 copy color: '#50524F'

red 80 ◦ green 82 ◦ blue 79

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

Shades of Battleship Grey #50524F

Tints of Battleship Grey #50524F

RGB

 RED value IS 80 (31.64% from 255) = 33.2%

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 33.2%
G = 34.02%
B = 32.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#50524F (or 0x50524F) is known color: Battleship Grey. HEX triplet: 50, 52 and 4F. RGB value is (80,82,79). Sum of RGB (Red+Green+Blue) = 80+82+79=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 82 - color contains mainly: green. Hex color #50524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50524F is #AFADB0. Grayscale: #515151. Windows color (decimal): -11513265 or 5198416. OLE color: 5198416.

HSL color Cylindrical-coordinate representation of color #50524F: hue angle of 100º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #50524F is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 79 -
CMYK 0.02 0 0.04 0.68
HSL 100º 0.02% 0.32% -
HSV(B) 100º 0.04% 0.32% -
XYZ 7.74 8.3 8.59 -
YUV 81.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 80 82 79 0.02 0 0.04 0.68 100 0.02 0.32
Hex 50 52 4F 2 0 4 44 64 2 20
Octal 120 122 117 2 0 4 104 144 2 40
Binary 1010000 1010010 1001111 10 0 100 1000100 1100100 10 100000

Color Harmonies of #50524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50524F

Black with #50524F

Text Example


Text Example

White with #50524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50524F; }

 p { color: rgb(80,82,79); }

 H1.HeaderClassName
 {
   color: #50524F;
 }
 .AnyTagClassName
 {
   color: #50524F;
 }
</style>

background-color css

<style>
 a { background-color: #50524F; }

 a { background-color: rgb(80,82,79); }

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

border-color css

<style>
 span { border-color: #50524F; }

 span { border-color: rgb(80,82,79); }

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