#537278

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

Shades of Bismark #537278

Tints of Bismark #537278

Color information

#537278 (or 0x537278) is unknown color: approx Bismark. HEX triplet: 53, 72 and 78. RGB value is (83,114,120). Sum of RGB (Red+Green+Blue) = 83+114+120=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #537278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537278 is #AC8D87. Grayscale: #696969. Windows color (decimal): -11308424 or 7893587. OLE color: 7893587.

HSL color Cylindrical-coordinate representation of color #537278: hue angle of 189.73º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537278 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83114120-
CMYK0.310.0500.53
HSL189.73º18.23%39.8%-
HSV(B)189.73º30.83%47.06%-
XYZ12.9715.2320.03-
YUV105.42136.23112.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=26.18%
G=35.96%
B=37.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831141200.310.0500.53189.7318.2339.8
Hex5372781F5035be1228
Octal1231621703750652762250
Binary1010011111001011110001111110101101011011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537278; }

 p { color: rgb(83,114,120); }

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

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

 a { background-color: rgb(83,114,120); }

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

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

 span { border-color: rgb(83,114,120); }

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