#536E7C

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

Shades of Bismark #536E7C

Tints of Bismark #536E7C

Color information

#536E7C (or 0x536E7C) is unknown color: approx Bismark. HEX triplet: 53, 6E and 7C. RGB value is (83,110,124). Sum of RGB (Red+Green+Blue) = 83+110+124=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #536E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E7C is #AC9183. Grayscale: #676767. Windows color (decimal): -11309444 or 8154707. OLE color: 8154707.

HSL color Cylindrical-coordinate representation of color #536E7C: hue angle of 200.49º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536E7C is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83110124-
CMYK0.330.1100.51
HSL200.49º19.81%40.59%-
HSV(B)200.49º33.06%48.63%-
XYZ12.7814.4521.18-
YUV103.52139.55113.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=26.18%
G=34.70%
B=39.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831101240.330.1100.51200.4919.8140.59
Hex536E7C21B033c81429
Octal12315617441130633102451
Binary101001111011101111100100001101101100111100100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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