#536B73

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

Shades of Bismark #536B73

Tints of Bismark #536B73

Color information

#536B73 (or 0x536B73) is unknown color: approx Bismark. HEX triplet: 53, 6B and 73. RGB value is (83,107,115). Sum of RGB (Red+Green+Blue) = 83+107+115=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #536B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B73 is #AC948C. Grayscale: #646464. Windows color (decimal): -11310221 or 7564115. OLE color: 7564115.

HSL color Cylindrical-coordinate representation of color #536B73: hue angle of 195º 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 #536B73 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83107115-
CMYK0.280.0700.55
HSL195º16.16%38.82%-
HSV(B)195º27.83%45.1%-
XYZ11.9213.5918.21-
YUV100.74136.05115.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=27.21%
G=35.08%
B=37.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831071150.280.0700.5519516.1638.82
Hex536B731C7037c31027
Octal1231531633470673032047
Binary1010011110101111100111110011101101111100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B73; }

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

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

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

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

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

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

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

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