#517177

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

Shades of Bismark #517177

Tints of Bismark #517177

Color information

#517177 (or 0x517177) is unknown color: approx Bismark. HEX triplet: 51, 71 and 77. RGB value is (81,113,119). Sum of RGB (Red+Green+Blue) = 81+113+119=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #517177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517177 is #AE8E88. Grayscale: #686868. Windows color (decimal): -11439753 or 7827793. OLE color: 7827793.

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

Color convert

RGB81113119-
CMYK0.320.0500.53
HSL189.47º19%39.22%-
HSV(B)189.47º31.93%46.67%-
XYZ12.6314.8919.66-
YUV104.12136.4111.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=25.88%
G=36.10%
B=38.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811131190.320.0500.53189.471939.22
Hex517177205035bd1327
Octal1211611674050652752347
Binary10100011110001111011110000010101101011011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517177; }

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

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

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

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

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

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

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

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