#526C73

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

Shades of Bismark #526C73

Tints of Bismark #526C73

Color information

#526C73 (or 0x526C73) is unknown color: approx Bismark. HEX triplet: 52, 6C and 73. RGB value is (82,108,115). Sum of RGB (Red+Green+Blue) = 82+108+115=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #526C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C73 is #AD938C. Grayscale: #646464. Windows color (decimal): -11375501 or 7564370. OLE color: 7564370.

HSL color Cylindrical-coordinate representation of color #526C73: hue angle of 192.73º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526C73 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82108115-
CMYK0.290.0600.55
HSL192.73º16.75%38.63%-
HSV(B)192.73º28.7%45.1%-
XYZ11.9413.7618.25-
YUV101.02135.89114.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=26.89%
G=35.41%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821081150.290.0600.55192.7316.7538.63
Hex526C731D6037c11127
Octal1221541633560673012147
Binary1010010110110011100111110111001101111100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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