#536C76

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

Shades of Bismark #536C76

Tints of Bismark #536C76

Color information

#536C76 (or 0x536C76) is unknown color: approx Bismark. HEX triplet: 53, 6C and 76. RGB value is (83,108,118). Sum of RGB (Red+Green+Blue) = 83+108+118=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #536C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C76 is #AC9389. Grayscale: #656565. Windows color (decimal): -11309962 or 7760979. OLE color: 7760979.

HSL color Cylindrical-coordinate representation of color #536C76: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536C76 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83108118-
CMYK0.300.0800.54
HSL197.14º17.41%39.41%-
HSV(B)197.14º29.66%46.27%-
XYZ12.213.8719.17-
YUV101.66137.22114.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=26.86%
G=34.95%
B=38.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831081180.300.0800.54197.1417.4139.41
Hex536C761E8036c51127
Octal12315416636100663052147
Binary10100111101100111011011110100001101101100010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,118); }

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

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

 a { background-color: rgb(83,108,118); }

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

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

 span { border-color: rgb(83,108,118); }

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