#526676

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

Shades of Bismark #526676

Tints of Bismark #526676

Color information

#526676 (or 0x526676) is unknown color: approx Bismark. HEX triplet: 52, 66 and 76. RGB value is (82,102,118). Sum of RGB (Red+Green+Blue) = 82+102+118=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #526676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526676 is #AD9989. Grayscale: #616161. Windows color (decimal): -11377034 or 7759442. OLE color: 7759442.

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

Color convert

RGB82102118-
CMYK0.310.1400.54
HSL206.67º18%39.22%-
HSV(B)206.67º30.51%46.27%-
XYZ11.512.618.97-
YUV97.84139.37116.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=27.15%
G=33.77%
B=39.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821021180.310.1400.54206.671839.22
Hex5266761FE036cf1227
Octal12214616637160663172247
Binary10100101100110111011011111111001101101100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526676; }

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

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

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

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

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

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

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

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