#506877

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

Shades of Bismark #506877

Tints of Bismark #506877

Color information

#506877 (or 0x506877) is unknown color: approx Bismark. HEX triplet: 50, 68 and 77. RGB value is (80,104,119). Sum of RGB (Red+Green+Blue) = 80+104+119=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #506877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506877 is #AF9788. Grayscale: #626262. Windows color (decimal): -11507593 or 7825488. OLE color: 7825488.

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

Color convert

RGB80104119-
CMYK0.330.1300.53
HSL203.08º19.6%39.02%-
HSV(B)203.08º32.77%46.67%-
XYZ11.5912.9419.34-
YUV98.53139.55114.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=26.40%
G=34.32%
B=39.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801041190.330.1300.53203.0819.639.02
Hex50687721D035cb1427
Octal12015016741150653132447
Binary101000011010001110111100001110101101011100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506877; }

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

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

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

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

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

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

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

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