#526A79

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

Shades of Bismark #526A79

Tints of Bismark #526A79

Color information

#526A79 (or 0x526A79) is unknown color: approx Bismark. HEX triplet: 52, 6A and 79. RGB value is (82,106,121). Sum of RGB (Red+Green+Blue) = 82+106+121=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #526A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A79 is #AD9586. Grayscale: #646464. Windows color (decimal): -11376007 or 7957074. OLE color: 7957074.

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

Color convert

RGB82106121-
CMYK0.320.1200.53
HSL203.08º19.21%39.8%-
HSV(B)203.08º32.23%47.45%-
XYZ12.0813.4820.05-
YUV100.53139.55114.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=26.54%
G=34.30%
B=39.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821061210.320.1200.53203.0819.2139.8
Hex526A7920C035cb1328
Octal12215217140140653132350
Binary101001011010101111001100000110001101011100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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