#526B73

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

Shades of Bismark #526B73

Tints of Bismark #526B73

Color information

#526B73 (or 0x526B73) is unknown color: approx Bismark. HEX triplet: 52, 6B and 73. RGB value is (82,107,115). Sum of RGB (Red+Green+Blue) = 82+107+115=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #526B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B73 is #AD948C. Grayscale: #646464. Windows color (decimal): -11375757 or 7564114. OLE color: 7564114.

HSL color Cylindrical-coordinate representation of color #526B73: hue angle of 194.55º 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 #526B73 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82107115-
CMYK0.290.0700.55
HSL194.55º16.75%38.63%-
HSV(B)194.55º28.7%45.1%-
XYZ11.8313.5518.21-
YUV100.44136.22114.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=26.97%
G=35.20%
B=37.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821071150.290.0700.55194.5516.7538.63
Hex526B731D7037c31127
Octal1221531633570673032147
Binary1010010110101111100111110111101101111100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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