#517379

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

Shades of Bismark #517379

Tints of Bismark #517379

Color information

#517379 (or 0x517379) is unknown color: approx Bismark. HEX triplet: 51, 73 and 79. RGB value is (81,115,121). Sum of RGB (Red+Green+Blue) = 81+115+121=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #517379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517379 is #AE8C86. Grayscale: #696969. Windows color (decimal): -11439239 or 7959377. OLE color: 7959377.

HSL color Cylindrical-coordinate representation of color #517379: hue angle of 189º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517379 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81115121-
CMYK0.330.0500.53
HSL189º19.8%39.61%-
HSV(B)189º33.06%47.45%-
XYZ12.9815.3920.38-
YUV105.52136.74110.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=25.55%
G=36.28%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811151210.330.0500.5318919.839.61
Hex517379215035bd1428
Octal1211631714150652752450
Binary10100011110011111100110000110101101011011110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517379; }

 p { color: rgb(81,115,121); }

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

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

 a { background-color: rgb(81,115,121); }

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

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

 span { border-color: rgb(81,115,121); }

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