#506874

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

Shades of Bismark #506874

Tints of Bismark #506874

Color information

#506874 (or 0x506874) is unknown color: approx Bismark. HEX triplet: 50, 68 and 74. RGB value is (80,104,116). Sum of RGB (Red+Green+Blue) = 80+104+116=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #506874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506874 is #AF978B. Grayscale: #626262. Windows color (decimal): -11507596 or 7628880. OLE color: 7628880.

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

Color convert

RGB80104116-
CMYK0.310.1000.55
HSL200º18.37%38.43%-
HSV(B)200º31.03%45.49%-
XYZ11.4112.8718.41-
YUV98.19138.05115.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=26.67%
G=34.67%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801041160.310.1000.5520018.3738.43
Hex5068741FA037c81226
Octal12015016437120673102246
Binary10100001101000111010011111101001101111100100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506874; }

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

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

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

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

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

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

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

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