#517277

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

Shades of Bismark #517277

Tints of Bismark #517277

Color information

#517277 (or 0x517277) is unknown color: approx Bismark. HEX triplet: 51, 72 and 77. RGB value is (81,114,119). Sum of RGB (Red+Green+Blue) = 81+114+119=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #517277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517277 is #AE8D88. Grayscale: #686868. Windows color (decimal): -11439497 or 7828049. OLE color: 7828049.

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

Color convert

RGB81114119-
CMYK0.320.0400.53
HSL187.89º19%39.22%-
HSV(B)187.89º31.93%46.67%-
XYZ12.7415.1219.7-
YUV104.7136.07111.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=25.80%
G=36.31%
B=37.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811141190.320.0400.53187.891939.22
Hex517277204035bc1327
Octal1211621674040652742347
Binary10100011110010111011110000010001101011011110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517277; }

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

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

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

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

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

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

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

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