#537078

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

Shades of Bismark #537078

Tints of Bismark #537078

Color information

#537078 (or 0x537078) is unknown color: approx Bismark. HEX triplet: 53, 70 and 78. RGB value is (83,112,120). Sum of RGB (Red+Green+Blue) = 83+112+120=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #537078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537078 is #AC8F87. Grayscale: #686868. Windows color (decimal): -11308936 or 7893075. OLE color: 7893075.

HSL color Cylindrical-coordinate representation of color #537078: hue angle of 192.97º 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 #537078 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83112120-
CMYK0.310.0700.53
HSL192.97º18.23%39.8%-
HSV(B)192.97º30.83%47.06%-
XYZ12.7514.7819.95-
YUV104.24136.89112.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=26.35%
G=35.56%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831121200.310.0700.53192.9718.2339.8
Hex5370781F7035c11228
Octal1231601703770653012250
Binary1010011111000011110001111111101101011100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537078; }

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

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

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

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

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

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

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

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