#526C7A

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

Shades of Bismark #526C7A

Tints of Bismark #526C7A

Color information

#526C7A (or 0x526C7A) is unknown color: approx Bismark. HEX triplet: 52, 6C and 7A. RGB value is (82,108,122). Sum of RGB (Red+Green+Blue) = 82+108+122=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #526C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C7A is #AD9385. Grayscale: #656565. Windows color (decimal): -11375494 or 8023122. OLE color: 8023122.

HSL color Cylindrical-coordinate representation of color #526C7A: hue angle of 201º 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 #526C7A is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82108122-
CMYK0.330.1100.52
HSL201º19.61%40%-
HSV(B)201º32.79%47.84%-
XYZ12.3613.9220.45-
YUV101.82139.39113.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=26.28%
G=34.62%
B=39.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821081220.330.1100.5220119.6140
Hex526C7A21B034c91428
Octal12215417241130643112450
Binary101001011011001111010100001101101101001100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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