#517077

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

Shades of Bismark #517077

Tints of Bismark #517077

Color information

#517077 (or 0x517077) is unknown color: approx Bismark. HEX triplet: 51, 70 and 77. RGB value is (81,112,119). Sum of RGB (Red+Green+Blue) = 81+112+119=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #517077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517077 is #AE8F88. Grayscale: #676767. Windows color (decimal): -11440009 or 7827537. OLE color: 7827537.

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

Color convert

RGB81112119-
CMYK0.320.0600.53
HSL191.05º19%39.22%-
HSV(B)191.05º31.93%46.67%-
XYZ12.5214.6719.62-
YUV103.53136.73111.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=25.96%
G=35.90%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811121190.320.0600.53191.051939.22
Hex517077206035bf1327
Octal1211601674060652772347
Binary10100011110000111011110000011001101011011111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517077; }

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

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

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

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

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

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

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

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