Html Css Color HEX #516B72 Bismark

📋 copy color: '#516B72'

red 81 ◦ green 107 ◦ blue 114

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

Shades of Bismark #516B72

Tints of Bismark #516B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 26.82%
G = 35.43%
B = 37.75%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516B72 (or 0x516B72) is known color: Bismark. HEX triplet: 51, 6B and 72. RGB value is (81,107,114). Sum of RGB (Red+Green+Blue) = 81+107+114=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #516B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B72 is #AE948D. Grayscale: #636363. Windows color (decimal): -11441294 or 7498577. OLE color: 7498577.

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

Color convert

RGB 81 107 114 -
CMYK 0.29 0.06 0 0.55
HSL 192.73º 0.17% 0.38% -
HSV(B) 192.73º 0.29% 0.45% -
XYZ 11.69 13.48 17.91 -
YUV 100.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 81 107 114 0.29 0.06 0 0.55 192.73 0.17 0.38
Hex 51 6B 72 1D 6 0 37 C1 11 26
Octal 121 153 162 35 6 0 67 301 21 46
Binary 1010001 1101011 1110010 11101 110 0 110111 11000001 10001 100110

Color Harmonies of #516B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B72

Black with #516B72

Text Example


Text Example

White with #516B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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