Html Css Color HEX #516A72 Bismark

📋 copy color: '#516A72'

red 81 ◦ green 106 ◦ blue 114

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

Shades of Bismark #516A72

Tints of Bismark #516A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

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

R = 26.91%
G = 35.22%
B = 37.87%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516A72 (or 0x516A72) is known color: Bismark. HEX triplet: 51, 6A and 72. RGB value is (81,106,114). Sum of RGB (Red+Green+Blue) = 81+106+114=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #516A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A72 is #AE958D. Grayscale: #636363. Windows color (decimal): -11441550 or 7498321. OLE color: 7498321.

HSL color Cylindrical-coordinate representation of color #516A72: hue angle of 194.55º 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 #516A72 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 106 114 -
CMYK 0.29 0.07 0 0.55
HSL 194.55º 0.17% 0.38% -
HSV(B) 194.55º 0.29% 0.45% -
XYZ 11.58 13.27 17.87 -
YUV 99.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 81 106 114 0.29 0.07 0 0.55 194.55 0.17 0.38
Hex 51 6A 72 1D 7 0 37 C3 11 26
Octal 121 152 162 35 7 0 67 303 21 46
Binary 1010001 1101010 1110010 11101 111 0 110111 11000011 10001 100110

Color Harmonies of #516A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A72

Black with #516A72

Text Example


Text Example

White with #516A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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