#526D79

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

Shades of Bismark #526D79

Tints of Bismark #526D79

Color information

#526D79 (or 0x526D79) is unknown color: approx Bismark. HEX triplet: 52, 6D and 79. RGB value is (82,109,121). Sum of RGB (Red+Green+Blue) = 82+109+121=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #526D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D79 is #AD9286. Grayscale: #666666. Windows color (decimal): -11375239 or 7957842. OLE color: 7957842.

HSL color Cylindrical-coordinate representation of color #526D79: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526D79 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82109121-
CMYK0.320.1000.53
HSL198.46º19.21%39.8%-
HSV(B)198.46º32.23%47.45%-
XYZ12.414.1120.16-
YUV102.3138.55113.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=26.28%
G=34.94%
B=38.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821091210.320.1000.53198.4619.2139.8
Hex526D7920A035c61328
Octal12215517140120653062350
Binary101001011011011111001100000101001101011100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,121); }

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

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

 a { background-color: rgb(82,109,121); }

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

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

 span { border-color: rgb(82,109,121); }

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