#516978

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

Shades of Bismark #516978

Tints of Bismark #516978

Color information

#516978 (or 0x516978) is unknown color: approx Bismark. HEX triplet: 51, 69 and 78. RGB value is (81,105,120). Sum of RGB (Red+Green+Blue) = 81+105+120=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #516978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516978 is #AE9687. Grayscale: #636363. Windows color (decimal): -11441800 or 7891281. OLE color: 7891281.

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

Color convert

RGB81105120-
CMYK0.320.1300.53
HSL203.08º19.4%39.41%-
HSV(B)203.08º32.5%47.06%-
XYZ11.8413.2119.7-
YUV99.53139.55114.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=26.47%
G=34.31%
B=39.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811051200.320.1300.53203.0819.439.41
Hex51697820D035cb1327
Octal12115117040150653132347
Binary101000111010011111000100000110101101011100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516978; }

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

 H1.HeaderClassName
 {
   color: #516978;
 }
 .AnyTagClassName
 {
   color: #516978;
 }
</style>
background-color css

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

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

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

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

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

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