Html Css Color HEX #516B66 William

📋 copy color: '#516B66'

red 81 ◦ green 107 ◦ blue 102

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

Shades of William #516B66

Tints of William #516B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 27.93%
G = 36.9%
B = 35.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#516B66 (or 0x516B66) is known color: William. HEX triplet: 51, 6B and 66. RGB value is (81,107,102). Sum of RGB (Red+Green+Blue) = 81+107+102=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 107 - color contains mainly: green. Hex color #516B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B66 is #AE9499. Grayscale: #626262. Windows color (decimal): -11441306 or 6712145. OLE color: 6712145.

HSL color Cylindrical-coordinate representation of color #516B66: hue angle of 168.46º degrees, saturation: 0.14, 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 #516B66 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 107 102 -
CMYK 0.24 0 0.05 0.58
HSL 168.46º 0.14% 0.37% -
HSV(B) 168.46º 0.24% 0.42% -
XYZ 11.05 13.22 14.54 -
YUV 98.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 81 107 102 0.24 0 0.05 0.58 168.46 0.14 0.37
Hex 51 6B 66 18 0 5 3A A8 E 25
Octal 121 153 146 30 0 5 72 250 16 45
Binary 1010001 1101011 1100110 11000 0 101 111010 10101000 1110 100101

Color Harmonies of #516B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B66

Black with #516B66

Text Example


Text Example

White with #516B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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