#517076

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

Shades of Bismark #517076

Tints of Bismark #517076

Color information

#517076 (or 0x517076) is unknown color: approx Bismark. HEX triplet: 51, 70 and 76. RGB value is (81,112,118). Sum of RGB (Red+Green+Blue) = 81+112+118=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #517076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517076 is #AE8F89. Grayscale: #676767. Windows color (decimal): -11440010 or 7762001. OLE color: 7762001.

HSL color Cylindrical-coordinate representation of color #517076: hue angle of 189.73º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517076 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81112118-
CMYK0.310.0500.54
HSL189.73º18.59%39.02%-
HSV(B)189.73º31.36%46.27%-
XYZ12.4614.6519.31-
YUV103.42136.23112.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=26.05%
G=36.01%
B=37.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811121180.310.0500.54189.7318.5939.02
Hex5170761F5036be1327
Octal1211601663750662762347
Binary1010001111000011101101111110101101101011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517076; }

 p { color: rgb(81,112,118); }

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

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

 a { background-color: rgb(81,112,118); }

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

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

 span { border-color: rgb(81,112,118); }

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