Html Css Color HEX #516E78 Bismark

📋 copy color: '#516E78'

red 81 ◦ green 110 ◦ blue 120

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

Shades of Bismark #516E78

Tints of Bismark #516E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 26.05%
G = 35.37%
B = 38.59%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516E78 (or 0x516E78) is known color: Bismark. HEX triplet: 51, 6E and 78. RGB value is (81,110,120). Sum of RGB (Red+Green+Blue) = 81+110+120=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #516E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E78 is #AE9187. Grayscale: #666666. Windows color (decimal): -11440520 or 7892561. OLE color: 7892561.

HSL color Cylindrical-coordinate representation of color #516E78: hue angle of 195.38º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516E78 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 110 120 -
CMYK 0.32 0.08 0 0.53
HSL 195.38º 0.19% 0.39% -
HSV(B) 195.38º 0.33% 0.47% -
XYZ 12.36 14.26 19.87 -
YUV 102.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 81 110 120 0.32 0.08 0 0.53 195.38 0.19 0.39
Hex 51 6E 78 20 8 0 35 C3 13 27
Octal 121 156 170 40 10 0 65 303 23 47
Binary 1010001 1101110 1111000 100000 1000 0 110101 11000011 10011 100111

Color Harmonies of #516E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E78

Black with #516E78

Text Example


Text Example

White with #516E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,120); }

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

background-color css

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

 a { background-color: rgb(81,110,120); }

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

border-color css

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

 span { border-color: rgb(81,110,120); }

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