#526E7A

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

Shades of Bismark #526E7A

Tints of Bismark #526E7A

Color information

#526E7A (or 0x526E7A) is unknown color: approx Bismark. HEX triplet: 52, 6E and 7A. RGB value is (82,110,122). Sum of RGB (Red+Green+Blue) = 82+110+122=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #526E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E7A is #AD9185. Grayscale: #666666. Windows color (decimal): -11374982 or 8023634. OLE color: 8023634.

HSL color Cylindrical-coordinate representation of color #526E7A: hue angle of 198º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #526E7A is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82110122-
CMYK0.330.1000.52
HSL198º19.61%40%-
HSV(B)198º32.79%47.84%-
XYZ12.5714.3520.52-
YUV103138.72113.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=26.11%
G=35.03%
B=38.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821101220.330.1000.5219819.6140
Hex526E7A21A034c61428
Octal12215617241120643062450
Binary101001011011101111010100001101001101001100011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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