#507379

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

Shades of Bismark #507379

Tints of Bismark #507379

Color information

#507379 (or 0x507379) is unknown color: approx Bismark. HEX triplet: 50, 73 and 79. RGB value is (80,115,121). Sum of RGB (Red+Green+Blue) = 80+115+121=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #507379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507379 is #AF8C86. Grayscale: #696969. Windows color (decimal): -11504775 or 7959376. OLE color: 7959376.

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

Color convert

RGB80115121-
CMYK0.340.0500.53
HSL188.78º20.4%39.41%-
HSV(B)188.78º33.88%47.45%-
XYZ12.8915.3520.37-
YUV105.22136.9110.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=25.32%
G=36.39%
B=38.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801151210.340.0500.53188.7820.439.41
Hex507379225035bd1427
Octal1201631714250652752447
Binary10100001110011111100110001010101101011011110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507379; }

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

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

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

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

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

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

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

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