#507080

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

Shades of Bismark #507080

Tints of Bismark #507080

Color information

#507080 (or 0x507080) is unknown color: approx Bismark. HEX triplet: 50, 70 and 80. RGB value is (80,112,128). Sum of RGB (Red+Green+Blue) = 80+112+128=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #507080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507080 is #AF8F7F. Grayscale: #686868. Windows color (decimal): -11505536 or 8417360. OLE color: 8417360.

HSL color Cylindrical-coordinate representation of color #507080: hue angle of 200º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507080 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB80112128-
CMYK0.380.1200.50
HSL200º23.08%40.78%-
HSV(B)200º37.5%50.2%-
XYZ1314.8522.6-
YUV104.26141.4110.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 128 (50.39% from 255) = 40%
R=25%
G=35%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801121280.380.1200.5020023.0840.78
Hex50708026C032c81729
Octal12016020046140623102751
Binary1010000111000010000000100110110001100101100100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507080; }

 p { color: rgb(80,112,128); }

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

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

 a { background-color: rgb(80,112,128); }

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

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

 span { border-color: rgb(80,112,128); }

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