Html Css Color HEX #516471 Bismark

📋 copy color: '#516471'

red 81 ◦ green 100 ◦ blue 113

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

Shades of Bismark #516471

Tints of Bismark #516471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

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

R = 27.55%
G = 34.01%
B = 38.44%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516471 (or 0x516471) is known color: Bismark. HEX triplet: 51, 64 and 71. RGB value is (81,100,113). Sum of RGB (Red+Green+Blue) = 81+100+113=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #516471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516471 is #AE9B8E. Grayscale: #5F5F5F. Windows color (decimal): -11443087 or 7431249. OLE color: 7431249.

HSL color Cylindrical-coordinate representation of color #516471: hue angle of 204.38º 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 #516471 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 100 113 -
CMYK 0.28 0.12 0 0.56
HSL 204.38º 0.16% 0.38% -
HSV(B) 204.38º 0.28% 0.44% -
XYZ 10.93 12.06 17.37 -
YUV 95.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 81 100 113 0.28 0.12 0 0.56 204.38 0.16 0.38
Hex 51 64 71 1C C 0 38 CC 10 26
Octal 121 144 161 34 14 0 70 314 20 46
Binary 1010001 1100100 1110001 11100 1100 0 111000 11001100 10000 100110

Color Harmonies of #516471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516471

Black with #516471

Text Example


Text Example

White with #516471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516471; }

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

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

background-color css

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

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

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

border-color css

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

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

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