#526976

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

Shades of Bismark #526976

Tints of Bismark #526976

Color information

#526976 (or 0x526976) is unknown color: approx Bismark. HEX triplet: 52, 69 and 76. RGB value is (82,105,118). Sum of RGB (Red+Green+Blue) = 82+105+118=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #526976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526976 is #AD9689. Grayscale: #636363. Windows color (decimal): -11376266 or 7760210. OLE color: 7760210.

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

Color convert

RGB82105118-
CMYK0.310.1100.54
HSL201.67º18%39.22%-
HSV(B)201.67º30.51%46.27%-
XYZ11.813.219.07-
YUV99.6138.38115.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=26.89%
G=34.43%
B=38.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821051180.310.1100.54201.671839.22
Hex5269761FB036ca1227
Octal12215116637130663122247
Binary10100101101001111011011111101101101101100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526976; }

 p { color: rgb(82,105,118); }

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

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

 a { background-color: rgb(82,105,118); }

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

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

 span { border-color: rgb(82,105,118); }

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