#507179

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

Shades of Bismark #507179

Tints of Bismark #507179

Color information

#507179 (or 0x507179) is unknown color: approx Bismark. HEX triplet: 50, 71 and 79. RGB value is (80,113,121). Sum of RGB (Red+Green+Blue) = 80+113+121=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #507179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507179 is #AF8E86. Grayscale: #676767. Windows color (decimal): -11505287 or 7958864. OLE color: 7958864.

HSL color Cylindrical-coordinate representation of color #507179: hue angle of 191.71º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507179 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80113121-
CMYK0.340.0700.53
HSL191.71º20.4%39.41%-
HSV(B)191.71º33.88%47.45%-
XYZ12.6614.920.3-
YUV104.04137.57110.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=25.48%
G=35.99%
B=38.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801131210.340.0700.53191.7120.439.41
Hex507179227035c01427
Octal1201611714270653002447
Binary10100001110001111100110001011101101011100000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507179; }

 p { color: rgb(80,113,121); }

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

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

 a { background-color: rgb(80,113,121); }

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

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

 span { border-color: rgb(80,113,121); }

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