#526C7D

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

Shades of Bismark #526C7D

Tints of Bismark #526C7D

Color information

#526C7D (or 0x526C7D) is unknown color: approx Bismark. HEX triplet: 52, 6C and 7D. RGB value is (82,108,125). Sum of RGB (Red+Green+Blue) = 82+108+125=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #526C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C7D is #AD9382. Grayscale: #666666. Windows color (decimal): -11375491 or 8219730. OLE color: 8219730.

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

Color convert

RGB82108125-
CMYK0.340.1400.51
HSL203.72º20.77%40.59%-
HSV(B)203.72º34.4%49.02%-
XYZ12.541421.44-
YUV102.16140.89113.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=26.03%
G=34.29%
B=39.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821081250.340.1400.51203.7220.7740.59
Hex526C7D22E033cc1529
Octal12215417542160633142551
Binary101001011011001111101100010111001100111100110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,108,125); }

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

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

 a { background-color: rgb(82,108,125); }

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

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

 span { border-color: rgb(82,108,125); }

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