#537382

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

Shades of Bismark #537382

Tints of Bismark #537382

Color information

#537382 (or 0x537382) is unknown color: approx Bismark. HEX triplet: 53, 73 and 82. RGB value is (83,115,130). Sum of RGB (Red+Green+Blue) = 83+115+130=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #537382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537382 is #AC8C7D. Grayscale: #6B6B6B. Windows color (decimal): -11308158 or 8549203. OLE color: 8549203.

HSL color Cylindrical-coordinate representation of color #537382: hue angle of 199.15º 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 #537382 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83115130-
CMYK0.360.1200.49
HSL199.15º22.07%41.76%-
HSV(B)199.15º36.15%50.98%-
XYZ13.7315.7123.43-
YUV107.14140.9110.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=25.30%
G=35.06%
B=39.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831151300.360.1200.49199.1522.0741.76
Hex53738224C031c7162a
Octal12316320244140613072652
Binary1010011111001110000010100100110001100011100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537382; }

 p { color: rgb(83,115,130); }

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

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

 a { background-color: rgb(83,115,130); }

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

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

 span { border-color: rgb(83,115,130); }

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