#526A76

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

Shades of Bismark #526A76

Tints of Bismark #526A76

Color information

#526A76 (or 0x526A76) is unknown color: approx Bismark. HEX triplet: 52, 6A and 76. RGB value is (82,106,118). Sum of RGB (Red+Green+Blue) = 82+106+118=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #526A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A76 is #AD9589. Grayscale: #646464. Windows color (decimal): -11376010 or 7760466. OLE color: 7760466.

HSL color Cylindrical-coordinate representation of color #526A76: hue angle of 200º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526A76 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82106118-
CMYK0.310.1000.54
HSL200º18%39.22%-
HSV(B)200º30.51%46.27%-
XYZ11.913.4119.1-
YUV100.19138.05115.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=26.80%
G=34.64%
B=38.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821061180.310.1000.542001839.22
Hex526A761FA036c81227
Octal12215216637120663102247
Binary10100101101010111011011111101001101101100100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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