#526A72

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

Shades of Bismark #526A72

Tints of Bismark #526A72

Color information

#526A72 (or 0x526A72) is unknown color: approx Bismark. HEX triplet: 52, 6A and 72. RGB value is (82,106,114). Sum of RGB (Red+Green+Blue) = 82+106+114=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #526A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A72 is #AD958D. Grayscale: #636363. Windows color (decimal): -11376014 or 7498322. OLE color: 7498322.

HSL color Cylindrical-coordinate representation of color #526A72: hue angle of 195º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526A72 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82106114-
CMYK0.280.0700.55
HSL195º16.33%38.43%-
HSV(B)195º28.07%44.71%-
XYZ11.6713.3217.87-
YUV99.74136.05115.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=27.15%
G=35.10%
B=37.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821061140.280.0700.5519516.3338.43
Hex526A721C7037c31026
Octal1221521623470673032046
Binary1010010110101011100101110011101101111100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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