#51666F

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

Shades of Bismark #51666F

Tints of Bismark #51666F

Color information

#51666F (or 0x51666F) is unknown color: approx Bismark. HEX triplet: 51, 66 and 6F. RGB value is (81,102,111). Sum of RGB (Red+Green+Blue) = 81+102+111=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #51666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51666F is #AE9990. Grayscale: #606060. Windows color (decimal): -11442577 or 7300689. OLE color: 7300689.

HSL color Cylindrical-coordinate representation of color #51666F: hue angle of 198º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51666F is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81102111-
CMYK0.270.0800.56
HSL198º15.62%37.65%-
HSV(B)198º27.03%43.53%-
XYZ11.0112.416.85-
YUV96.75136.04116.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=27.55%
G=34.69%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811021110.270.0800.5619815.6237.65
Hex51666F1B8038c61026
Octal12114615733100703062046
Binary10100011100110110111111011100001110001100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51666F; }

 p { color: rgb(81,102,111); }

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

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

 a { background-color: rgb(81,102,111); }

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

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

 span { border-color: rgb(81,102,111); }

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