#526771

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

Shades of Bismark #526771

Tints of Bismark #526771

Color information

#526771 (or 0x526771) is unknown color: approx Bismark. HEX triplet: 52, 67 and 71. RGB value is (82,103,113). Sum of RGB (Red+Green+Blue) = 82+103+113=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #526771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526771 is #AD988E. Grayscale: #616161. Windows color (decimal): -11376783 or 7432018. OLE color: 7432018.

HSL color Cylindrical-coordinate representation of color #526771: hue angle of 199.35º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526771 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82103113-
CMYK0.270.0900.56
HSL199.35º15.9%38.24%-
HSV(B)199.35º27.43%44.31%-
XYZ11.3112.6917.48-
YUV97.86136.54116.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=27.52%
G=34.56%
B=37.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821031130.270.0900.56199.3515.938.24
Hex5267711B9038c71026
Octal12214716133110703072046
Binary10100101100111111000111011100101110001100011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526771; }

 p { color: rgb(82,103,113); }

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

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

 a { background-color: rgb(82,103,113); }

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

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

 span { border-color: rgb(82,103,113); }

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