#526E79

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

Shades of Bismark #526E79

Tints of Bismark #526E79

Color information

#526E79 (or 0x526E79) is unknown color: approx Bismark. HEX triplet: 52, 6E and 79. RGB value is (82,110,121). Sum of RGB (Red+Green+Blue) = 82+110+121=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #526E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E79 is #AD9186. Grayscale: #666666. Windows color (decimal): -11374983 or 7958098. OLE color: 7958098.

HSL color Cylindrical-coordinate representation of color #526E79: hue angle of 196.92º 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 #526E79 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82110121-
CMYK0.320.0900.53
HSL196.92º19.21%39.8%-
HSV(B)196.92º32.23%47.45%-
XYZ12.5114.3320.2-
YUV102.88138.22113.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=26.20%
G=35.14%
B=38.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821101210.320.0900.53196.9219.2139.8
Hex526E79209035c51328
Octal12215617140110653052350
Binary101001011011101111001100000100101101011100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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