#526A77

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

Shades of Bismark #526A77

Tints of Bismark #526A77

Color information

#526A77 (or 0x526A77) is unknown color: approx Bismark. HEX triplet: 52, 6A and 77. RGB value is (82,106,119). Sum of RGB (Red+Green+Blue) = 82+106+119=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #526A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A77 is #AD9588. Grayscale: #646464. Windows color (decimal): -11376009 or 7826002. OLE color: 7826002.

HSL color Cylindrical-coordinate representation of color #526A77: hue angle of 201.08º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526A77 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82106119-
CMYK0.310.1100.53
HSL201.08º18.41%39.41%-
HSV(B)201.08º31.09%46.67%-
XYZ11.9613.4319.42-
YUV100.31138.55114.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=26.71%
G=34.53%
B=38.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821061190.310.1100.53201.0818.4139.41
Hex526A771FB035c91227
Octal12215216737130653112247
Binary10100101101010111011111111101101101011100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,119); }

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

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

 a { background-color: rgb(82,106,119); }

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

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

 span { border-color: rgb(82,106,119); }

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