#526B76

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

Shades of Bismark #526B76

Tints of Bismark #526B76

Color information

#526B76 (or 0x526B76) is unknown color: approx Bismark. HEX triplet: 52, 6B and 76. RGB value is (82,107,118). Sum of RGB (Red+Green+Blue) = 82+107+118=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #526B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B76 is #AD9489. Grayscale: #646464. Windows color (decimal): -11375754 or 7760722. OLE color: 7760722.

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

Color convert

RGB82107118-
CMYK0.310.0900.54
HSL198.33º18%39.22%-
HSV(B)198.33º30.51%46.27%-
XYZ12.0113.6219.14-
YUV100.78137.72114.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=26.71%
G=34.85%
B=38.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821071180.310.0900.54198.331839.22
Hex526B761F9036c61227
Octal12215316637110663062247
Binary10100101101011111011011111100101101101100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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