#51717C

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

Shades of Bismark #51717C

Tints of Bismark #51717C

Color information

#51717C (or 0x51717C) is unknown color: approx Bismark. HEX triplet: 51, 71 and 7C. RGB value is (81,113,124). Sum of RGB (Red+Green+Blue) = 81+113+124=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #51717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51717C is #AE8E83. Grayscale: #686868. Windows color (decimal): -11439748 or 8155473. OLE color: 8155473.

HSL color Cylindrical-coordinate representation of color #51717C: hue angle of 195.35º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51717C is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81113124-
CMYK0.350.0900.51
HSL195.35º20.98%40.2%-
HSV(B)195.35º34.68%48.63%-
XYZ12.9415.0121.29-
YUV104.69138.9111.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=25.47%
G=35.53%
B=38.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811131240.350.0900.51195.3520.9840.2
Hex51717C239033c31528
Octal12116117443110633032550
Binary101000111100011111100100011100101100111100001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51717C; }

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

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

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

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

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

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

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

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