Html Css Color HEX #516772 Bismark

📋 copy color: '#516772'

red 81 ◦ green 103 ◦ blue 114

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

Shades of Bismark #516772

Tints of Bismark #516772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 27.18%
G = 34.56%
B = 38.26%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516772 (or 0x516772) is known color: Bismark. HEX triplet: 51, 67 and 72. RGB value is (81,103,114). Sum of RGB (Red+Green+Blue) = 81+103+114=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #516772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516772 is #AE988D. Grayscale: #616161. Windows color (decimal): -11442318 or 7497553. OLE color: 7497553.

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

Color convert

RGB 81 103 114 -
CMYK 0.29 0.10 0 0.55
HSL 200º 0.17% 0.38% -
HSV(B) 200º 0.29% 0.45% -
XYZ 11.28 12.66 17.77 -
YUV 97.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 81 103 114 0.29 0.10 0 0.55 200 0.17 0.38
Hex 51 67 72 1D A 0 37 C8 11 26
Octal 121 147 162 35 12 0 67 310 21 46
Binary 1010001 1100111 1110010 11101 1010 0 110111 11001000 10001 100110

Color Harmonies of #516772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516772

Black with #516772

Text Example


Text Example

White with #516772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516772; }

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

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

background-color css

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

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

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

border-color css

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

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

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