Html Css Color HEX #516977 Bismark

📋 copy color: '#516977'

red 81 ◦ green 105 ◦ blue 119

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

Shades of Bismark #516977

Tints of Bismark #516977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 26.56%
G = 34.43%
B = 39.02%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516977 (or 0x516977) is known color: Bismark. HEX triplet: 51, 69 and 77. RGB value is (81,105,119). Sum of RGB (Red+Green+Blue) = 81+105+119=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #516977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516977 is #AE9688. Grayscale: #636363. Windows color (decimal): -11441801 or 7825745. OLE color: 7825745.

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

Color convert

RGB 81 105 119 -
CMYK 0.32 0.12 0 0.53
HSL 202.11º 0.19% 0.39% -
HSV(B) 202.11º 0.32% 0.47% -
XYZ 11.77 13.18 19.38 -
YUV 99.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 81 105 119 0.32 0.12 0 0.53 202.11 0.19 0.39
Hex 51 69 77 20 C 0 35 CA 13 27
Octal 121 151 167 40 14 0 65 312 23 47
Binary 1010001 1101001 1110111 100000 1100 0 110101 11001010 10011 100111

Color Harmonies of #516977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516977

Black with #516977

Text Example


Text Example

White with #516977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516977; }

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

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

background-color css

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

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

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

border-color css

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

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

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