Html Css Color HEX #516B6B William

📋 copy color: '#516B6B'

red 81 ◦ green 107 ◦ blue 107

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

Shades of William #516B6B

Tints of William #516B6B

RGB

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

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

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

R = 27.46%
G = 36.27%
B = 36.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#516B6B (or 0x516B6B) is known color: William. HEX triplet: 51, 6B and 6B. RGB value is (81,107,107). Sum of RGB (Red+Green+Blue) = 81+107+107=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #516B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B6B is #AE9494. Grayscale: #636363. Windows color (decimal): -11441301 or 7039825. OLE color: 7039825.

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

Color convert

RGB 81 107 107 -
CMYK 0.24 0 0 0.58
HSL 180º 0.14% 0.37% -
HSV(B) 180º 0.24% 0.42% -
XYZ 11.3 13.33 15.89 -
YUV 99.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 81 107 107 0.24 0 0 0.58 180 0.14 0.37
Hex 51 6B 6B 18 0 0 3A B4 E 25
Octal 121 153 153 30 0 0 72 264 16 45
Binary 1010001 1101011 1101011 11000 0 0 111010 10110100 1110 100101

Color Harmonies of #516B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B6B

Black with #516B6B

Text Example


Text Example

White with #516B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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