#526F76

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

Shades of Bismark #526F76

Tints of Bismark #526F76

Color information

#526F76 (or 0x526F76) is unknown color: approx Bismark. HEX triplet: 52, 6F and 76. RGB value is (82,111,118). Sum of RGB (Red+Green+Blue) = 82+111+118=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #526F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F76 is #AD9089. Grayscale: #676767. Windows color (decimal): -11374730 or 7761746. OLE color: 7761746.

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

Color convert

RGB82111118-
CMYK0.310.0600.54
HSL191.67º18%39.22%-
HSV(B)191.67º30.51%46.27%-
XYZ12.4314.4719.28-
YUV103.13136.39112.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=26.37%
G=35.69%
B=37.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821111180.310.0600.54191.671839.22
Hex526F761F6036c01227
Octal1221571663760663002247
Binary1010010110111111101101111111001101101100000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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