#51767F

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

Shades of Bismark #51767F

Tints of Bismark #51767F

Color information

#51767F (or 0x51767F) is unknown color: approx Bismark. HEX triplet: 51, 76 and 7F. RGB value is (81,118,127). Sum of RGB (Red+Green+Blue) = 81+118+127=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #51767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51767F is #AE8980. Grayscale: #6B6B6B. Windows color (decimal): -11438465 or 8353361. OLE color: 8353361.

HSL color Cylindrical-coordinate representation of color #51767F: hue angle of 191.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51767F is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81118127-
CMYK0.360.0700.50
HSL191.74º22.12%40.78%-
HSV(B)191.74º36.22%49.8%-
XYZ13.716.2422.49-
YUV107.96138.74108.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 127 (50% from 255) = 38.96%
R=24.85%
G=36.20%
B=38.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811181270.360.0700.50191.7422.1240.78
Hex51767F247032c01629
Octal1211661774470623002651
Binary10100011110110111111110010011101100101100000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,118,127); }

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

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

 a { background-color: rgb(81,118,127); }

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

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

 span { border-color: rgb(81,118,127); }

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