#507180

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

Shades of Bismark #507180

Tints of Bismark #507180

Color information

#507180 (or 0x507180) is unknown color: approx Bismark. HEX triplet: 50, 71 and 80. RGB value is (80,113,128). Sum of RGB (Red+Green+Blue) = 80+113+128=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #507180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507180 is #AF8E7F. Grayscale: #686868. Windows color (decimal): -11505280 or 8417616. OLE color: 8417616.

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

Color convert

RGB80113128-
CMYK0.380.1200.50
HSL198.75º23.08%40.78%-
HSV(B)198.75º37.5%50.2%-
XYZ13.1115.0722.64-
YUV104.84141.07110.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=24.92%
G=35.20%
B=39.88%

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
Decimal801131280.380.1200.50198.7523.0840.78
Hex50718026C032c71729
Octal12016120046140623072751
Binary1010000111000110000000100110110001100101100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507180; }

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

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

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

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

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

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

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

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