#536A72

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

Shades of Bismark #536A72

Tints of Bismark #536A72

Color information

#536A72 (or 0x536A72) is unknown color: approx Bismark. HEX triplet: 53, 6A and 72. RGB value is (83,106,114). Sum of RGB (Red+Green+Blue) = 83+106+114=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #536A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A72 is #AC958D. Grayscale: #636363. Windows color (decimal): -11310478 or 7498323. OLE color: 7498323.

HSL color Cylindrical-coordinate representation of color #536A72: hue angle of 195.48º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536A72 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83106114-
CMYK0.270.0700.55
HSL195.48º15.74%38.63%-
HSV(B)195.48º27.19%44.71%-
XYZ11.7613.3617.88-
YUV100.03135.88115.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=27.39%
G=34.98%
B=37.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831061140.270.0700.55195.4815.7438.63
Hex536A721B7037c31027
Octal1231521623370673032047
Binary1010011110101011100101101111101101111100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,114); }

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

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

 a { background-color: rgb(83,106,114); }

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

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

 span { border-color: rgb(83,106,114); }

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