Html Css Color HEX #516B76 Bismark

📋 copy color: '#516B76'

red 81 ◦ green 107 ◦ blue 118

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

Shades of Bismark #516B76

Tints of Bismark #516B76

RGB

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

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

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

R = 26.47%
G = 34.97%
B = 38.56%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516B76 (or 0x516B76) is known color: Bismark. HEX triplet: 51, 6B and 76. RGB value is (81,107,118). Sum of RGB (Red+Green+Blue) = 81+107+118=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #516B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B76 is #AE9489. Grayscale: #646464. Windows color (decimal): -11441290 or 7760721. OLE color: 7760721.

HSL color Cylindrical-coordinate representation of color #516B76: hue angle of 197.84º 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 #516B76 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 107 118 -
CMYK 0.31 0.09 0 0.54
HSL 197.84º 0.19% 0.39% -
HSV(B) 197.84º 0.31% 0.46% -
XYZ 11.92 13.57 19.13 -
YUV 100.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 81 107 118 0.31 0.09 0 0.54 197.84 0.19 0.39
Hex 51 6B 76 1F 9 0 36 C6 13 27
Octal 121 153 166 37 11 0 66 306 23 47
Binary 1010001 1101011 1110110 11111 1001 0 110110 11000110 10011 100111

Color Harmonies of #516B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B76

Black with #516B76

Text Example


Text Example

White with #516B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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