#506673

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

Shades of Bismark #506673

Tints of Bismark #506673

Color information

#506673 (or 0x506673) is unknown color: approx Bismark. HEX triplet: 50, 66 and 73. RGB value is (80,102,115). Sum of RGB (Red+Green+Blue) = 80+102+115=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #506673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506673 is #AF998C. Grayscale: #606060. Windows color (decimal): -11508109 or 7562832. OLE color: 7562832.

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

Color convert

RGB80102115-
CMYK0.300.1100.55
HSL202.29º17.95%38.24%-
HSV(B)202.29º30.43%45.1%-
XYZ11.1512.4518.03-
YUV96.9138.21115.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=26.94%
G=34.34%
B=38.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801021150.300.1100.55202.2917.9538.24
Hex5066731EB037ca1226
Octal12014616336130673122246
Binary10100001100110111001111110101101101111100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506673; }

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

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

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

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

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

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

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

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