#526E76

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

Shades of Bismark #526E76

Tints of Bismark #526E76

Color information

#526E76 (or 0x526E76) is unknown color: approx Bismark. HEX triplet: 52, 6E and 76. RGB value is (82,110,118). Sum of RGB (Red+Green+Blue) = 82+110+118=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #526E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E76 is #AD9189. Grayscale: #666666. Windows color (decimal): -11374986 or 7761490. OLE color: 7761490.

HSL color Cylindrical-coordinate representation of color #526E76: hue angle of 193.33º 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 #526E76 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82110118-
CMYK0.310.0700.54
HSL193.33º18%39.22%-
HSV(B)193.33º30.51%46.27%-
XYZ12.3314.2519.24-
YUV102.54136.72113.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=26.45%
G=35.48%
B=38.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821101180.310.0700.54193.331839.22
Hex526E761F7036c11227
Octal1221561663770663012247
Binary1010010110111011101101111111101101101100000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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