Html Css Color HEX #516E76 Bismark

📋 copy color: '#516E76'

red 81 ◦ green 110 ◦ blue 118

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

Shades of Bismark #516E76

Tints of Bismark #516E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 26.21%
G = 35.6%
B = 38.19%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516E76 (or 0x516E76) is known color: Bismark. HEX triplet: 51, 6E and 76. RGB value is (81,110,118). Sum of RGB (Red+Green+Blue) = 81+110+118=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #516E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E76 is #AE9189. Grayscale: #666666. Windows color (decimal): -11440522 or 7761489. OLE color: 7761489.

HSL color Cylindrical-coordinate representation of color #516E76: hue angle of 192.97º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516E76 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 110 118 -
CMYK 0.31 0.07 0 0.54
HSL 192.97º 0.19% 0.39% -
HSV(B) 192.97º 0.31% 0.46% -
XYZ 12.24 14.21 19.24 -
YUV 102.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 81 110 118 0.31 0.07 0 0.54 192.97 0.19 0.39
Hex 51 6E 76 1F 7 0 36 C1 13 27
Octal 121 156 166 37 7 0 66 301 23 47
Binary 1010001 1101110 1110110 11111 111 0 110110 11000001 10011 100111

Color Harmonies of #516E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E76

Black with #516E76

Text Example


Text Example

White with #516E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,118); }

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

background-color css

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

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

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

border-color css

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

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

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