#537176

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

Shades of Bismark #537176

Tints of Bismark #537176

Color information

#537176 (or 0x537176) is unknown color: approx Bismark. HEX triplet: 53, 71 and 76. RGB value is (83,113,118). Sum of RGB (Red+Green+Blue) = 83+113+118=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #537176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537176 is #AC8E89. Grayscale: #686868. Windows color (decimal): -11308682 or 7762259. OLE color: 7762259.

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

Color convert

RGB83113118-
CMYK0.300.0400.54
HSL188.57º17.41%39.41%-
HSV(B)188.57º29.66%46.27%-
XYZ12.7414.9619.35-
YUV104.6135.56112.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=26.43%
G=35.99%
B=37.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831131180.300.0400.54188.5717.4139.41
Hex5371761E4036bd1127
Octal1231611663640662752147
Binary1010011111000111101101111010001101101011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537176; }

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

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

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

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

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

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

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

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