#526E7C

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

Shades of Bismark #526E7C

Tints of Bismark #526E7C

Color information

#526E7C (or 0x526E7C) is unknown color: approx Bismark. HEX triplet: 52, 6E and 7C. RGB value is (82,110,124). Sum of RGB (Red+Green+Blue) = 82+110+124=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #526E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E7C is #AD9183. Grayscale: #676767. Windows color (decimal): -11374980 or 8154706. OLE color: 8154706.

HSL color Cylindrical-coordinate representation of color #526E7C: hue angle of 200º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526E7C is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82110124-
CMYK0.340.1100.51
HSL200º20.39%40.39%-
HSV(B)200º33.87%48.63%-
XYZ12.6914.421.18-
YUV103.22139.72112.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=25.95%
G=34.81%
B=39.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821101240.340.1100.5120020.3940.39
Hex526E7C22B033c81428
Octal12215617442130633102450
Binary101001011011101111100100010101101100111100100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,124); }

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

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

 a { background-color: rgb(82,110,124); }

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

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

 span { border-color: rgb(82,110,124); }

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