#517178

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

Shades of Bismark #517178

Tints of Bismark #517178

Color information

#517178 (or 0x517178) is unknown color: approx Bismark. HEX triplet: 51, 71 and 78. RGB value is (81,113,120). Sum of RGB (Red+Green+Blue) = 81+113+120=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #517178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517178 is #AE8E87. Grayscale: #686868. Windows color (decimal): -11439752 or 7893329. OLE color: 7893329.

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

Color convert

RGB81113120-
CMYK0.320.0600.53
HSL190.77º19.4%39.41%-
HSV(B)190.77º32.5%47.06%-
XYZ12.6914.9219.98-
YUV104.23136.9111.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=25.80%
G=35.99%
B=38.22%

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
Decimal811131200.320.0600.53190.7719.439.41
Hex517178206035bf1327
Octal1211611704060652772347
Binary10100011110001111100010000011001101011011111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517178; }

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

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

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

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

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

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

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

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