#526F7F

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

Shades of Bismark #526F7F

Tints of Bismark #526F7F

Color information

#526F7F (or 0x526F7F) is unknown color: approx Bismark. HEX triplet: 52, 6F and 7F. RGB value is (82,111,127). Sum of RGB (Red+Green+Blue) = 82+111+127=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #526F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F7F is #AD9080. Grayscale: #686868. Windows color (decimal): -11374721 or 8351570. OLE color: 8351570.

HSL color Cylindrical-coordinate representation of color #526F7F: hue angle of 201.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526F7F is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82111127-
CMYK0.350.1300.50
HSL201.33º21.53%40.98%-
HSV(B)201.33º35.43%49.8%-
XYZ12.9914.722.23-
YUV104.15140.89112.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 127 (50% from 255) = 39.69%
R=25.62%
G=34.69%
B=39.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821111270.350.1300.50201.3321.5340.98
Hex526F7F23D032c91629
Octal12215717743150623112651
Binary101001011011111111111100011110101100101100100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,127); }

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

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

 a { background-color: rgb(82,111,127); }

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

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

 span { border-color: rgb(82,111,127); }

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