#52676B

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

Shades of Tax Break #52676B

Tints of Tax Break #52676B

Color information

#52676B (or 0x52676B) is unknown color: approx Tax Break. HEX triplet: 52, 67 and 6B. RGB value is (82,103,107). Sum of RGB (Red+Green+Blue) = 82+103+107=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #52676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676B is #AD9894. Grayscale: #616161. Windows color (decimal): -11376789 or 7038802. OLE color: 7038802.

HSL color Cylindrical-coordinate representation of color #52676B: hue angle of 189.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52676B is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB82103107-
CMYK0.230.0400.58
HSL189.6º13.23%37.06%-
HSV(B)189.6º23.36%41.96%-
XYZ10.9812.5615.75-
YUV97.18133.54117.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=28.08%
G=35.27%
B=36.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821031070.230.0400.58189.613.2337.06
Hex52676B17403Abed25
Octal1221471532740722761545
Binary101001011001111101011101111000111010101111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52676B; }

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

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

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

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

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

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

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

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