#536E76

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

Shades of Bismark #536E76

Tints of Bismark #536E76

Color information

#536E76 (or 0x536E76) is unknown color: approx Bismark. HEX triplet: 53, 6E and 76. RGB value is (83,110,118). Sum of RGB (Red+Green+Blue) = 83+110+118=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #536E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E76 is #AC9189. Grayscale: #666666. Windows color (decimal): -11309450 or 7761491. OLE color: 7761491.

HSL color Cylindrical-coordinate representation of color #536E76: hue angle of 193.71º 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 #536E76 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83110118-
CMYK0.300.0700.54
HSL193.71º17.41%39.41%-
HSV(B)193.71º29.66%46.27%-
XYZ12.4114.319.25-
YUV102.84136.55113.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=26.69%
G=35.37%
B=37.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831101180.300.0700.54193.7117.4139.41
Hex536E761E7036c21127
Octal1231561663670663022147
Binary1010011110111011101101111011101101101100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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