#526876

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

Shades of Bismark #526876

Tints of Bismark #526876

Color information

#526876 (or 0x526876) is unknown color: approx Bismark. HEX triplet: 52, 68 and 76. RGB value is (82,104,118). Sum of RGB (Red+Green+Blue) = 82+104+118=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #526876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526876 is #AD9789. Grayscale: #626262. Windows color (decimal): -11376522 or 7759954. OLE color: 7759954.

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

Color convert

RGB82104118-
CMYK0.310.1200.54
HSL203.33º18%39.22%-
HSV(B)203.33º30.51%46.27%-
XYZ11.71319.03-
YUV99.02138.71115.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=26.97%
G=34.21%
B=38.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821041180.310.1200.54203.331839.22
Hex5268761FC036cb1227
Octal12215016637140663132247
Binary10100101101000111011011111110001101101100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526876; }

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

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

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

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

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

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

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

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