#506871

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

Shades of Bismark #506871

Tints of Bismark #506871

Color information

#506871 (or 0x506871) is unknown color: approx Bismark. HEX triplet: 50, 68 and 71. RGB value is (80,104,113). Sum of RGB (Red+Green+Blue) = 80+104+113=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #506871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506871 is #AF978E. Grayscale: #616161. Windows color (decimal): -11507599 or 7432272. OLE color: 7432272.

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

Color convert

RGB80104113-
CMYK0.290.0800.56
HSL196.36º17.1%37.84%-
HSV(B)196.36º29.2%44.31%-
XYZ11.2412.817.5-
YUV97.85136.55115.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=26.94%
G=35.02%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801041130.290.0800.56196.3617.137.84
Hex5068711D8038c41126
Octal12015016135100703042146
Binary10100001101000111000111101100001110001100010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506871; }

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

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

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

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

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

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

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

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