Html Css Color HEX #516876 Bismark

📋 copy color: '#516876'

red 81 ◦ green 104 ◦ blue 118

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

Shades of Bismark #516876

Tints of Bismark #516876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 26.73%
G = 34.32%
B = 38.94%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516876 (or 0x516876) is known color: Bismark. HEX triplet: 51, 68 and 76. RGB value is (81,104,118). Sum of RGB (Red+Green+Blue) = 81+104+118=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #516876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516876 is #AE9789. Grayscale: #626262. Windows color (decimal): -11442058 or 7759953. OLE color: 7759953.

HSL color Cylindrical-coordinate representation of color #516876: hue angle of 202.7º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516876 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 104 118 -
CMYK 0.31 0.12 0 0.54
HSL 202.7º 0.19% 0.39% -
HSV(B) 202.7º 0.31% 0.46% -
XYZ 11.61 12.96 19.03 -
YUV 98.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 81 104 118 0.31 0.12 0 0.54 202.7 0.19 0.39
Hex 51 68 76 1F C 0 36 CB 13 27
Octal 121 150 166 37 14 0 66 313 23 47
Binary 1010001 1101000 1110110 11111 1100 0 110110 11001011 10011 100111

Color Harmonies of #516876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516876

Black with #516876

Text Example


Text Example

White with #516876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516876; }

 p { color: rgb(81,104,118); }

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

background-color css

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

 a { background-color: rgb(81,104,118); }

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

border-color css

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

 span { border-color: rgb(81,104,118); }

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