#536D7C

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

Shades of Bismark #536D7C

Tints of Bismark #536D7C

Color information

#536D7C (or 0x536D7C) is unknown color: approx Bismark. HEX triplet: 53, 6D and 7C. RGB value is (83,109,124). Sum of RGB (Red+Green+Blue) = 83+109+124=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #536D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D7C is #AC9283. Grayscale: #666666. Windows color (decimal): -11309700 or 8154451. OLE color: 8154451.

HSL color Cylindrical-coordinate representation of color #536D7C: hue angle of 201.95º 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 #536D7C is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83109124-
CMYK0.330.1200.51
HSL201.95º19.81%40.59%-
HSV(B)201.95º33.06%48.63%-
XYZ12.6714.2321.15-
YUV102.94139.89113.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=26.27%
G=34.49%
B=39.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831091240.330.1200.51201.9519.8140.59
Hex536D7C21C033ca1429
Octal12315517441140633122451
Binary101001111011011111100100001110001100111100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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