#506674

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

Shades of Bismark #506674

Tints of Bismark #506674

Color information

#506674 (or 0x506674) is unknown color: approx Bismark. HEX triplet: 50, 66 and 74. RGB value is (80,102,116). Sum of RGB (Red+Green+Blue) = 80+102+116=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #506674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506674 is #AF998B. Grayscale: #606060. Windows color (decimal): -11508108 or 7628368. OLE color: 7628368.

HSL color Cylindrical-coordinate representation of color #506674: hue angle of 203.33º 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 #506674 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80102116-
CMYK0.310.1200.55
HSL203.33º18.37%38.43%-
HSV(B)203.33º31.03%45.49%-
XYZ11.2112.4718.34-
YUV97.02138.71115.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=26.85%
G=34.23%
B=38.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801021160.310.1200.55203.3318.3738.43
Hex5066741FC037cb1226
Octal12014616437140673132246
Binary10100001100110111010011111110001101111100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506674; }

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

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

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

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

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

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

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

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