#526F71

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

Shades of Tax Break #526F71

Tints of Tax Break #526F71

Color information

#526F71 (or 0x526F71) is unknown color: approx Tax Break. HEX triplet: 52, 6F and 71. RGB value is (82,111,113). Sum of RGB (Red+Green+Blue) = 82+111+113=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #526F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F71 is #AD908E. Grayscale: #666666. Windows color (decimal): -11374735 or 7434066. OLE color: 7434066.

HSL color Cylindrical-coordinate representation of color #526F71: hue angle of 183.87º 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 #526F71 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82111113-
CMYK0.270.0200.56
HSL183.87º15.9%38.24%-
HSV(B)183.87º27.43%44.31%-
XYZ12.1414.3517.75-
YUV102.56133.89113.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=26.80%
G=36.27%
B=36.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821111130.270.0200.56183.8715.938.24
Hex526F711B2038b81026
Octal1221571613320702702046
Binary101001011011111110001110111001110001011100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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