#526A73

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

Shades of Bismark #526A73

Tints of Bismark #526A73

Color information

#526A73 (or 0x526A73) is unknown color: approx Bismark. HEX triplet: 52, 6A and 73. RGB value is (82,106,115). Sum of RGB (Red+Green+Blue) = 82+106+115=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #526A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A73 is #AD958C. Grayscale: #636363. Windows color (decimal): -11376013 or 7563858. OLE color: 7563858.

HSL color Cylindrical-coordinate representation of color #526A73: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526A73 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82106115-
CMYK0.290.0800.55
HSL196.36º16.75%38.63%-
HSV(B)196.36º28.7%45.1%-
XYZ11.7313.3418.18-
YUV99.85136.55115.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=27.06%
G=34.98%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821061150.290.0800.55196.3616.7538.63
Hex526A731D8037c41127
Octal12215216335100673042147
Binary10100101101010111001111101100001101111100010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A73; }

 p { color: rgb(82,106,115); }

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

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

 a { background-color: rgb(82,106,115); }

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

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

 span { border-color: rgb(82,106,115); }

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