#537379

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

Shades of Bismark #537379

Tints of Bismark #537379

Color information

#537379 (or 0x537379) is unknown color: approx Bismark. HEX triplet: 53, 73 and 79. RGB value is (83,115,121). Sum of RGB (Red+Green+Blue) = 83+115+121=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #537379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537379 is #AC8C86. Grayscale: #6A6A6A. Windows color (decimal): -11308167 or 7959379. OLE color: 7959379.

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

Color convert

RGB83115121-
CMYK0.310.0500.53
HSL189.47º18.63%40%-
HSV(B)189.47º31.4%47.45%-
XYZ13.1515.4820.38-
YUV106.12136.4111.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=26.02%
G=36.05%
B=37.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831151210.310.0500.53189.4718.6340
Hex5373791F5035bd1328
Octal1231631713750652752350
Binary1010011111001111110011111110101101011011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537379; }

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

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

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

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

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

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

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

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