#526A71

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

Shades of Bismark #526A71

Tints of Bismark #526A71

Color information

#526A71 (or 0x526A71) is unknown color: approx Bismark. HEX triplet: 52, 6A and 71. RGB value is (82,106,113). Sum of RGB (Red+Green+Blue) = 82+106+113=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #526A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A71 is #AD958E. Grayscale: #636363. Windows color (decimal): -11376015 or 7432786. OLE color: 7432786.

HSL color Cylindrical-coordinate representation of color #526A71: hue angle of 193.55º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526A71 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82106113-
CMYK0.270.0600.56
HSL193.55º15.9%38.24%-
HSV(B)193.55º27.43%44.31%-
XYZ11.6113.2917.58-
YUV99.62135.55115.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=27.24%
G=35.22%
B=37.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821061130.270.0600.56193.5515.938.24
Hex526A711B6038c21026
Octal1221521613360703022046
Binary1010010110101011100011101111001110001100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,113); }

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

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

 a { background-color: rgb(82,106,113); }

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

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

 span { border-color: rgb(82,106,113); }

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