#537481

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

Shades of Bismark #537481

Tints of Bismark #537481

Color information

#537481 (or 0x537481) is unknown color: approx Bismark. HEX triplet: 53, 74 and 81. RGB value is (83,116,129). Sum of RGB (Red+Green+Blue) = 83+116+129=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #537481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537481 is #AC8B7E. Grayscale: #6B6B6B. Windows color (decimal): -11307903 or 8483923. OLE color: 8483923.

HSL color Cylindrical-coordinate representation of color #537481: hue angle of 196.96º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537481 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83116129-
CMYK0.360.1000.49
HSL196.96º21.7%41.57%-
HSV(B)196.96º35.66%50.59%-
XYZ13.7815.9123.11-
YUV107.62140.07110.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=25.30%
G=35.37%
B=39.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831161290.360.1000.49196.9621.741.57
Hex53748124A031c5162a
Octal12316420144120613052652
Binary1010011111010010000001100100101001100011100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537481; }

 p { color: rgb(83,116,129); }

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

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

 a { background-color: rgb(83,116,129); }

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

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

 span { border-color: rgb(83,116,129); }

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