#526D7D

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

Shades of Bismark #526D7D

Tints of Bismark #526D7D

Color information

#526D7D (or 0x526D7D) is unknown color: approx Bismark. HEX triplet: 52, 6D and 7D. RGB value is (82,109,125). Sum of RGB (Red+Green+Blue) = 82+109+125=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #526D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D7D is #AD9282. Grayscale: #666666. Windows color (decimal): -11375235 or 8219986. OLE color: 8219986.

HSL color Cylindrical-coordinate representation of color #526D7D: hue angle of 202.33º 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 #526D7D is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82109125-
CMYK0.340.1300.51
HSL202.33º20.77%40.59%-
HSV(B)202.33º34.4%49.02%-
XYZ12.6514.2121.48-
YUV102.75140.55113.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=25.95%
G=34.49%
B=39.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821091250.340.1300.51202.3320.7740.59
Hex526D7D22D033ca1529
Octal12215517542150633122551
Binary101001011011011111101100010110101100111100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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