#506875

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

Shades of Bismark #506875

Tints of Bismark #506875

Color information

#506875 (or 0x506875) is unknown color: approx Bismark. HEX triplet: 50, 68 and 75. RGB value is (80,104,117). Sum of RGB (Red+Green+Blue) = 80+104+117=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #506875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506875 is #AF978A. Grayscale: #626262. Windows color (decimal): -11507595 or 7694416. OLE color: 7694416.

HSL color Cylindrical-coordinate representation of color #506875: hue angle of 201.08º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506875 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80104117-
CMYK0.320.1100.54
HSL201.08º18.78%38.63%-
HSV(B)201.08º31.62%45.88%-
XYZ11.4712.8918.71-
YUV98.31138.55114.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=26.58%
G=34.55%
B=38.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801041170.320.1100.54201.0818.7838.63
Hex50687520B036c91327
Octal12015016540130663112347
Binary101000011010001110101100000101101101101100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506875; }

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

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

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

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

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

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

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

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