#536E73

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

Shades of Bismark #536E73

Tints of Bismark #536E73

Color information

#536E73 (or 0x536E73) is unknown color: approx Bismark. HEX triplet: 53, 6E and 73. RGB value is (83,110,115). Sum of RGB (Red+Green+Blue) = 83+110+115=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #536E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E73 is #AC918C. Grayscale: #666666. Windows color (decimal): -11309453 or 7564883. OLE color: 7564883.

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

Color convert

RGB83110115-
CMYK0.280.0400.55
HSL189.38º16.16%38.82%-
HSV(B)189.38º27.83%45.1%-
XYZ12.2414.2318.32-
YUV102.5135.05114.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=26.95%
G=35.71%
B=37.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831101150.280.0400.55189.3816.1638.82
Hex536E731C4037bd1027
Octal1231561633440672752047
Binary1010011110111011100111110010001101111011110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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