#506872

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

Shades of Bismark #506872

Tints of Bismark #506872

Color information

#506872 (or 0x506872) is unknown color: approx Bismark. HEX triplet: 50, 68 and 72. RGB value is (80,104,114). Sum of RGB (Red+Green+Blue) = 80+104+114=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #506872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506872 is #AF978D. Grayscale: #616161. Windows color (decimal): -11507598 or 7497808. OLE color: 7497808.

HSL color Cylindrical-coordinate representation of color #506872: hue angle of 197.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506872 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80104114-
CMYK0.300.0900.55
HSL197.65º17.53%38.04%-
HSV(B)197.65º29.82%44.71%-
XYZ11.312.8217.8-
YUV97.96137.05115.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=26.85%
G=34.90%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801041140.300.0900.55197.6517.5338.04
Hex5068721E9037c61226
Octal12015016236110673062246
Binary10100001101000111001011110100101101111100011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506872; }

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

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

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

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

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

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

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

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