Html Css Color HEX #516A66 William

📋 copy color: '#516A66'

red 81 ◦ green 106 ◦ blue 102

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

Shades of William #516A66

Tints of William #516A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 28.03%
G = 36.68%
B = 35.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#516A66 (or 0x516A66) is known color: William. HEX triplet: 51, 6A and 66. RGB value is (81,106,102). Sum of RGB (Red+Green+Blue) = 81+106+102=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #516A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A66 is #AE9599. Grayscale: #626262. Windows color (decimal): -11441562 or 6711889. OLE color: 6711889.

HSL color Cylindrical-coordinate representation of color #516A66: hue angle of 170.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516A66 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 106 102 -
CMYK 0.24 0 0.04 0.58
HSL 170.4º 0.13% 0.37% -
HSV(B) 170.4º 0.24% 0.42% -
XYZ 10.95 13.02 14.51 -
YUV 98.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 81 106 102 0.24 0 0.04 0.58 170.4 0.13 0.37
Hex 51 6A 66 18 0 4 3A AA D 25
Octal 121 152 146 30 0 4 72 252 15 45
Binary 1010001 1101010 1100110 11000 0 100 111010 10101010 1101 100101

Color Harmonies of #516A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A66

Black with #516A66

Text Example


Text Example

White with #516A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,106,102); }

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

background-color css

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

 a { background-color: rgb(81,106,102); }

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

border-color css

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

 span { border-color: rgb(81,106,102); }

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