Html Css Color HEX #516973 Bismark

📋 copy color: '#516973'

red 81 ◦ green 105 ◦ blue 115

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

Shades of Bismark #516973

Tints of Bismark #516973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

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

R = 26.91%
G = 34.88%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516973 (or 0x516973) is known color: Bismark. HEX triplet: 51, 69 and 73. RGB value is (81,105,115). Sum of RGB (Red+Green+Blue) = 81+105+115=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #516973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516973 is #AE968C. Grayscale: #626262. Windows color (decimal): -11441805 or 7563601. OLE color: 7563601.

HSL color Cylindrical-coordinate representation of color #516973: hue angle of 197.65º 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 #516973 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 105 115 -
CMYK 0.30 0.09 0 0.55
HSL 197.65º 0.17% 0.38% -
HSV(B) 197.65º 0.3% 0.45% -
XYZ 11.54 13.09 18.14 -
YUV 98.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 81 105 115 0.30 0.09 0 0.55 197.65 0.17 0.38
Hex 51 69 73 1E 9 0 37 C6 11 26
Octal 121 151 163 36 11 0 67 306 21 46
Binary 1010001 1101001 1110011 11110 1001 0 110111 11000110 10001 100110

Color Harmonies of #516973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516973

Black with #516973

Text Example


Text Example

White with #516973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516973; }

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

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

background-color css

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

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

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

border-color css

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

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

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