#516977

Color #516977 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #516977

Tints of Bismark #516977

Color information

#516977 (or 0x516977) is unknown color: approx 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

RGB81105119-
CMYK0.320.1200.53
HSL202.11º19%39.22%-
HSV(B)202.11º31.93%46.67%-
XYZ11.7713.1819.38-
YUV99.42139.05114.86-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811051190.320.1200.53202.111939.22
Hex51697720C035ca1327
Octal12115116740140653122347
Binary101000111010011110111100000110001101011100101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>