#526F80

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

Shades of Bismark #526F80

Tints of Bismark #526F80

Color information

#526F80 (or 0x526F80) is unknown color: approx Bismark. HEX triplet: 52, 6F and 80. RGB value is (82,111,128). Sum of RGB (Red+Green+Blue) = 82+111+128=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #526F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F80 is #AD907F. Grayscale: #686868. Windows color (decimal): -11374720 or 8417106. OLE color: 8417106.

HSL color Cylindrical-coordinate representation of color #526F80: hue angle of 202.17º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526F80 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82111128-
CMYK0.360.1300.50
HSL202.17º21.9%41.18%-
HSV(B)202.17º35.94%50.2%-
XYZ13.0614.7222.58-
YUV104.27141.39112.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=25.55%
G=34.58%
B=39.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821111280.360.1300.50202.1721.941.18
Hex526F8024D032ca1629
Octal12215720044150623122651
Binary1010010110111110000000100100110101100101100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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