Html Css Color HEX #516B73 Bismark

📋 copy color: '#516B73'

red 81 ◦ green 107 ◦ blue 115

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

Shades of Bismark #516B73

Tints of Bismark #516B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 26.73%
G = 35.31%
B = 37.95%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516B73 (or 0x516B73) is known color: Bismark. HEX triplet: 51, 6B and 73. RGB value is (81,107,115). Sum of RGB (Red+Green+Blue) = 81+107+115=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #516B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B73 is #AE948C. Grayscale: #646464. Windows color (decimal): -11441293 or 7564113. OLE color: 7564113.

HSL color Cylindrical-coordinate representation of color #516B73: hue angle of 194.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516B73 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 107 115 -
CMYK 0.30 0.07 0 0.55
HSL 194.12º 0.17% 0.38% -
HSV(B) 194.12º 0.3% 0.45% -
XYZ 11.75 13.5 18.21 -
YUV 100.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 81 107 115 0.30 0.07 0 0.55 194.12 0.17 0.38
Hex 51 6B 73 1E 7 0 37 C2 11 26
Octal 121 153 163 36 7 0 67 302 21 46
Binary 1010001 1101011 1110011 11110 111 0 110111 11000010 10001 100110

Color Harmonies of #516B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B73

Black with #516B73

Text Example


Text Example

White with #516B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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