#536873

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

Shades of Bismark #536873

Tints of Bismark #536873

Color information

#536873 (or 0x536873) is unknown color: approx Bismark. HEX triplet: 53, 68 and 73. RGB value is (83,104,115). Sum of RGB (Red+Green+Blue) = 83+104+115=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #536873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536873 is #AC978C. Grayscale: #626262. Windows color (decimal): -11310989 or 7563347. OLE color: 7563347.

HSL color Cylindrical-coordinate representation of color #536873: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536873 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83104115-
CMYK0.280.1000.55
HSL200.62º16.16%38.82%-
HSV(B)200.62º27.83%45.1%-
XYZ11.6112.9818.11-
YUV98.98137.04116.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=27.48%
G=34.44%
B=38.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831041150.280.1000.55200.6216.1638.82
Hex5368731CA037c91027
Octal12315016334120673112047
Binary10100111101000111001111100101001101111100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536873; }

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

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

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

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

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

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

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

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