Html Css Color HEX #516D6B William

📋 copy color: '#516D6B'

red 81 ◦ green 109 ◦ blue 107

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

Shades of William #516D6B

Tints of William #516D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 27.27%
G = 36.7%
B = 36.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#516D6B (or 0x516D6B) is known color: William. HEX triplet: 51, 6D and 6B. RGB value is (81,109,107). Sum of RGB (Red+Green+Blue) = 81+109+107=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #516D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D6B is #AE9294. Grayscale: #646464. Windows color (decimal): -11440789 or 7040337. OLE color: 7040337.

HSL color Cylindrical-coordinate representation of color #516D6B: hue angle of 175.71º 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 #516D6B is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 109 107 -
CMYK 0.26 0 0.02 0.57
HSL 175.71º 0.15% 0.37% -
HSV(B) 175.71º 0.26% 0.43% -
XYZ 11.52 13.75 15.96 -
YUV 100.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 81 109 107 0.26 0 0.02 0.57 175.71 0.15 0.37
Hex 51 6D 6B 1A 0 2 39 B0 F 25
Octal 121 155 153 32 0 2 71 260 17 45
Binary 1010001 1101101 1101011 11010 0 10 111001 10110000 1111 100101

Color Harmonies of #516D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D6B

Black with #516D6B

Text Example


Text Example

White with #516D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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