Html Css Color HEX #516D5F Como

📋 copy color: '#516D5F'

red 81 ◦ green 109 ◦ blue 95

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

Shades of Como #516D5F

Tints of Como #516D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 28.42%
G = 38.25%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#516D5F (or 0x516D5F) is known color: Como. HEX triplet: 51, 6D and 5F. RGB value is (81,109,95). Sum of RGB (Red+Green+Blue) = 81+109+95=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #516D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D5F is #AE92A0. Grayscale: #636363. Windows color (decimal): -11440801 or 6253905. OLE color: 6253905.

HSL color Cylindrical-coordinate representation of color #516D5F: hue angle of 150º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D5F is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 109 95 -
CMYK 0.26 0 0.13 0.57
HSL 150º 0.15% 0.37% -
HSV(B) 150º 0.26% 0.43% -
XYZ 10.93 13.51 12.86 -
YUV 99.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 81 109 95 0.26 0 0.13 0.57 150 0.15 0.37
Hex 51 6D 5F 1A 0 D 39 96 F 25
Octal 121 155 137 32 0 15 71 226 17 45
Binary 1010001 1101101 1011111 11010 0 1101 111001 10010110 1111 100101

Color Harmonies of #516D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D5F

Black with #516D5F

Text Example


Text Example

White with #516D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516D5F; }

 p { color: rgb(81,109,95); }

 H1.HeaderClassName
 {
   color: #516D5F;
 }
 .AnyTagClassName
 {
   color: #516D5F;
 }
</style>

background-color css

<style>
 a { background-color: #516D5F; }

 a { background-color: rgb(81,109,95); }

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

border-color css

<style>
 span { border-color: #516D5F; }

 span { border-color: rgb(81,109,95); }

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