#526C72

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

Shades of Bismark #526C72

Tints of Bismark #526C72

Color information

#526C72 (or 0x526C72) is unknown color: approx Bismark. HEX triplet: 52, 6C and 72. RGB value is (82,108,114). Sum of RGB (Red+Green+Blue) = 82+108+114=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #526C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C72 is #AD938D. Grayscale: #646464. Windows color (decimal): -11375502 or 7498834. OLE color: 7498834.

HSL color Cylindrical-coordinate representation of color #526C72: hue angle of 191.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526C72 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82108114-
CMYK0.280.0500.55
HSL191.25º16.33%38.43%-
HSV(B)191.25º28.07%44.71%-
XYZ11.8813.7317.94-
YUV100.91135.39114.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=26.97%
G=35.53%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821081140.280.0500.55191.2516.3338.43
Hex526C721C5037bf1026
Octal1221541623450672772046
Binary1010010110110011100101110010101101111011111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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