Html Css Color HEX #516A71 Bismark

📋 copy color: '#516A71'

red 81 ◦ green 106 ◦ blue 113

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

Shades of Bismark #516A71

Tints of Bismark #516A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 27%
G = 35.33%
B = 37.67%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516A71 (or 0x516A71) is known color: Bismark. HEX triplet: 51, 6A and 71. RGB value is (81,106,113). Sum of RGB (Red+Green+Blue) = 81+106+113=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #516A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A71 is #AE958E. Grayscale: #636363. Windows color (decimal): -11441551 or 7432785. OLE color: 7432785.

HSL color Cylindrical-coordinate representation of color #516A71: hue angle of 193.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516A71 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 106 113 -
CMYK 0.28 0.06 0 0.56
HSL 193.13º 0.16% 0.38% -
HSV(B) 193.13º 0.28% 0.44% -
XYZ 11.53 13.25 17.57 -
YUV 99.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 81 106 113 0.28 0.06 0 0.56 193.13 0.16 0.38
Hex 51 6A 71 1C 6 0 38 C1 10 26
Octal 121 152 161 34 6 0 70 301 20 46
Binary 1010001 1101010 1110001 11100 110 0 111000 11000001 10000 100110

Color Harmonies of #516A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A71

Black with #516A71

Text Example


Text Example

White with #516A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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