#536D79

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

Shades of Bismark #536D79

Tints of Bismark #536D79

Color information

#536D79 (or 0x536D79) is unknown color: approx Bismark. HEX triplet: 53, 6D and 79. RGB value is (83,109,121). Sum of RGB (Red+Green+Blue) = 83+109+121=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #536D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D79 is #AC9286. Grayscale: #666666. Windows color (decimal): -11309703 or 7957843. OLE color: 7957843.

HSL color Cylindrical-coordinate representation of color #536D79: hue angle of 198.95º 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 #536D79 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83109121-
CMYK0.310.1000.53
HSL198.95º18.63%40%-
HSV(B)198.95º31.4%47.45%-
XYZ12.4914.1620.16-
YUV102.59138.39114.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=26.52%
G=34.82%
B=38.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831091210.310.1000.53198.9518.6340
Hex536D791FA035c71328
Octal12315517137120653072350
Binary10100111101101111100111111101001101011100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D79; }

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

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

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

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

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

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

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

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