#536E79

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

Shades of Bismark #536E79

Tints of Bismark #536E79

Color information

#536E79 (or 0x536E79) is unknown color: approx Bismark. HEX triplet: 53, 6E and 79. RGB value is (83,110,121). Sum of RGB (Red+Green+Blue) = 83+110+121=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #536E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E79 is #AC9186. Grayscale: #676767. Windows color (decimal): -11309447 or 7958099. OLE color: 7958099.

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

Color convert

RGB83110121-
CMYK0.310.0900.53
HSL197.37º18.63%40%-
HSV(B)197.37º31.4%47.45%-
XYZ12.5914.3720.2-
YUV103.18138.05113.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=26.43%
G=35.03%
B=38.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831101210.310.0900.53197.3718.6340
Hex536E791F9035c51328
Octal12315617137110653052350
Binary10100111101110111100111111100101101011100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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